Sha256: 9265c3aa3cee0adfe3c0c6a7841aa28d1534e5c5f1ca5feba0395366d1c52a4a
Contents?: true
Size: 451 Bytes
Versions: 4
Compression:
Stored size: 451 Bytes
Contents
class Admin::ReleasesController < Fae::BaseController private def build_assets @item.build_bottle_shot if @item.bottle_shot.blank? @item.build_hero_image if @item.hero_image.blank? @item.build_label_pdf if @item.label_pdf.blank? end def attributes_for_cloning [:name, :slug, :intro, :body, :wine_id, :release_date] end def associations_for_cloning [:aromas, :events] end def use_pagination true end end
Version data entries
4 entries across 4 versions & 1 rubygems