Sha256: 07a8cd7931395fcfd46e19213f1027575befe7dd32469bb9e2f2763d023753bb
Contents?: true
Size: 436 Bytes
Versions: 71
Compression:
Stored size: 436 Bytes
Contents
# frozen_string_literal: true # == Schema Information # # Table name: alchemy_essence_booleans # # id :integer not null, primary key # value :boolean # created_at :datetime not null # updated_at :datetime not null # # Stores boolean values. # Provides a checkbox in the editor views. module Alchemy class EssenceBoolean < BaseRecord acts_as_essence ingredient_column: "value" end end
Version data entries
71 entries across 71 versions & 1 rubygems