Class: Brightcontent::BaseController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Brightcontent::BaseController
- Includes:
- Brightcontent::BaseControllerExt::DefaultActions, Brightcontent::BaseControllerExt::Fields, Brightcontent::BaseControllerExt::Filtering, Brightcontent::BaseControllerExt::Pagination
- Defined in:
- app/controllers/brightcontent/base_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#end_of_association_chain ⇒ Object
deprecated; included for compatibility with inherited_resources.
Methods included from Brightcontent::BaseControllerExt::Filtering
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
Instance Method Details
#end_of_association_chain ⇒ Object
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 |