Sha256: 5275f8d7c6487297af5c407caadf372f317fe6029f45acea9befc44e56c00d4e
Contents?: true
Size: 432 Bytes
Versions: 16
Compression:
Stored size: 432 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 # # Provides a select box that stores string values. module Alchemy # @deprecated class EssenceSelect < BaseRecord acts_as_essence ingredient_column: "value" end end
Version data entries
16 entries across 16 versions & 1 rubygems