Sha256: 31bfac5af6ad132643f5cac3305dd3069ff34c2891b82971b27241e8c6a655a8
Contents?: true
Size: 324 Bytes
Versions: 18
Compression:
Stored size: 324 Bytes
Contents
module Alchemy class EssenceVideo < ActiveRecord::Base attr_accessible( :width, :height, :allow_fullscreen, :auto_play, :show_navigation ) acts_as_essence( :ingredient_column => :attachment, :preview_text_method => :name ) belongs_to :attachment end end
Version data entries
18 entries across 18 versions & 1 rubygems