Sha256: 99c59327649f53d962b26ad1195b462b344eb181881e3edceeea966043945298
Contents?: true
Size: 444 Bytes
Versions: 49
Compression:
Stored size: 444 Bytes
Contents
# == Schema Information # # Table name: alchemy_essence_selects # # id :integer not null, primary key # value :string(255) # created_at :datetime not null # updated_at :datetime not null # creator_id :integer # updater_id :integer # # Provides a select box that stores string values. module Alchemy class EssenceSelect < ActiveRecord::Base acts_as_essence ingredient_column: 'value' end end
Version data entries
49 entries across 49 versions & 2 rubygems