Class: CompaniesController

Inherits:
PeopleController show all
Defined in:
app/controllers/companies_controller.rb

Instance Method Summary collapse

Methods inherited from AuthorizedController

#set_locale

Instance Method Details

#showObject



4
5
6
7
# File 'app/controllers/companies_controller.rb', line 4

def show
  @employments = resource.employments.paginate(:page => params[:page])
  super
end