Class: Backend::ImageCollections::BaseController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- BaseController
- Backend::ImageCollections::BaseController
- Defined in:
- app/controllers/backend/image_collections/base_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from BaseController
#breadcrumb, #current_admin, #default_app_locale, #translate_notice
Methods included from Udongo::Cryptography
Instance Method Details
#find_image_collection ⇒ Object
8 9 10 |
# File 'app/controllers/backend/image_collections/base_controller.rb', line 8 def find_image_collection @image_collection = ImageCollection.find params[:image_collection_id] end |