Sha256: 151ae4a3522454fdaea056e0fa1fb4d0263fc78850be03257b1a24a69c8db0d4
Contents?: true
Size: 266 Bytes
Versions: 18
Compression:
Stored size: 266 Bytes
Contents
module Alchemy class EssenceAudio < ActiveRecord::Base attr_accessible :width, :height, :show_eq, :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