Sha256: 3b73dfc64803c44e6ed12aa9deffb605bfc9f58b867fbd7ba97d7cc4d7eb382e
Contents?: true
Size: 470 Bytes
Versions: 9
Compression:
Stored size: 470 Bytes
Contents
# frozen_string_literal: true # == Schema Information # # Table name: alchemy_essence_selects # # id :integer not null, primary key # value :string # 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
9 entries across 9 versions & 1 rubygems