Class: Backend::ImageCollections::BaseController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/backend/image_collections/base_controller.rb

Direct Known Subclasses

ImagesController

Instance Method Summary collapse

Methods inherited from BaseController

#breadcrumb, #current_admin, #default_app_locale, #translate_notice

Methods included from Udongo::Cryptography

#crypt

Instance Method Details

#find_image_collectionObject



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