source: de.wigbels.ruby/contact/app/controllers/listcontactgroup_controller.rb @ 7b7d827

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

opened projects: hothotwrite and contact

  • Property mode set to 100644
File size: 219 bytes
Line 
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.