Sha256: c71e2616e3fcd968e184eb31ad5a78c069cd3f382cb3e8ba7f2b23c7e3c1d242
Contents?: true
Size: 364 Bytes
Versions: 39
Compression:
Stored size: 364 Bytes
Contents
class Backend::Content::Rows::SlideshowsController < Backend::BaseController include Concerns::Backend::ContentTypeController model ContentSlideshow allowed_params :image_collection_id, :autoplay, :slide_interval def image_collections ImageCollection.order(:description).map { |c| [c.description, c.id] } end helper_method :image_collections end
Version data entries
39 entries across 39 versions & 1 rubygems