Class: Brightcontent::BaseController

Inherits:
ApplicationController show all
Includes:
Brightcontent::BaseControllerExt::DefaultActions, Brightcontent::BaseControllerExt::Fields, Brightcontent::BaseControllerExt::Filtering, Brightcontent::BaseControllerExt::Pagination
Defined in:
app/controllers/brightcontent/base_controller.rb

Direct Known Subclasses

AdminUsersController

Instance Method Summary collapse

Methods included from Brightcontent::BaseControllerExt::Filtering

#collection, #ransack_search

Methods included from Brightcontent::BaseControllerExt::DefaultActions

#base_collection, #collection, #collection=, #create, #destroy, #edit, #index, #new, #resource, #resource=, #resource_class, #resource_instance_name, #resource_name, #show, #update

Methods inherited from ApplicationController

#default_url_options, #index

Instance Method Details

#end_of_association_chainObject

deprecated; included for compatibility with inherited_resources



12
13
14
# File 'app/controllers/brightcontent/base_controller.rb', line 12

def end_of_association_chain
  base_collection
end