Sha256: 60edf2f17db5ab544fce6f5a131e45a6350539b0a17a964bc74d7dd38fd8dda7
Contents?: true
Size: 514 Bytes
Versions: 49
Compression:
Stored size: 514 Bytes
Contents
# == Schema Information # # Table name: alchemy_essence_links # # id :integer not null, primary key # link :string(255) # link_title :string(255) # link_target :string(255) # link_class_name :string(255) # created_at :datetime not null # updated_at :datetime not null # creator_id :integer # updater_id :integer # module Alchemy class EssenceLink < ActiveRecord::Base acts_as_essence ingredient_column: 'link' end end
Version data entries
49 entries across 49 versions & 2 rubygems