Sha256: 8264d44dd9ca3e1a6f6881599a49241db54e129553ff40d927adab0b1578c8ae
Contents?: true
Size: 568 Bytes
Versions: 30
Compression:
Stored size: 568 Bytes
Contents
# frozen_string_literal: true # == Schema Information # # Table name: alchemy_essence_texts # # id :integer not null, primary key # body :text # link :string # link_title :string # link_class_name :string # public :boolean default(FALSE) # link_target :string # creator_id :integer # updater_id :integer # created_at :datetime not null # updated_at :datetime not null # module Alchemy class EssenceText < BaseRecord acts_as_essence end end
Version data entries
30 entries across 30 versions & 1 rubygems