Sha256: dbaa94683a25d198842b75db3acedac2a9e1d751908a25a53dae3cdcbc5a6189
Contents?: true
Size: 414 Bytes
Versions: 6
Compression:
Stored size: 414 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 end
Version data entries
6 entries across 6 versions & 1 rubygems