Sha256: 11b8ae6ef905396827da643b57128ceb6243b3e2d896ca81cd5e57c53071e1db
Contents?: true
Size: 431 Bytes
Versions: 39
Compression:
Stored size: 431 Bytes
Contents
class Backend::ImageCollections::BaseController < Backend::BaseController before_action :find_image_collection before_action do breadcrumb.add t('b.image_collections'), backend_image_collections_path breadcrumb.add @image_collection.description, edit_backend_image_collection_path(@image_collection) end def find_image_collection @image_collection = ImageCollection.find params[:image_collection_id] end end
Version data entries
39 entries across 39 versions & 1 rubygems