source: de.wigbels.ruby/contact/app/controllers/listcontactgroup_controller.rb@ 718846a

Last change on this file since 718846a was 7b7d827, checked in by njw <njw@…>, 11 years ago

opened projects: hothotwrite and contact

  • Property mode set to 100644
File size: 219 bytes
RevLine 
[7b7d827]1class 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
10end
Note: See TracBrowser for help on using the repository browser.