Sha256: 3722d4cae6c4f47e41e1009e095491212052a65021a4e360bfa313bc8ee87bf2
Contents?: true
Size: 186 Bytes
Versions: 19
Compression:
Stored size: 186 Bytes
Contents
module Alchemy class EssenceFile < ActiveRecord::Base acts_as_essence( :ingredient_column => :attachment, :preview_text_method => :name ) belongs_to :attachment end end
Version data entries
19 entries across 19 versions & 1 rubygems