source:
de.wigbels.ruby/contact/app/controllers/listcontactgroup_controller.rb@
0f6d75f
Last change on this file since 0f6d75f was 7b7d827, checked in by , 11 years ago | |
---|---|
|
|
File size: 219 bytes |
Rev | Line | |
---|---|---|
[7b7d827] | 1 | class ListcontactgroupController < ApplicationController |
2 | # get all contactgroups | |
3 | before_filter :get_contactgroups | |
4 | ||
5 | layout 'standard' | |
6 | ||
7 | def index | |
8 | @contacts = Contact.get_contactsfrom params[:id] | |
9 | end | |
10 | end |
Note:
See TracBrowser
for help on using the repository browser.