Sha256: 02d01a70b7573ea12c3eb3cf4bca16cb64f92d0ed2ef660c1fcb345c949ea745
Contents?: true
Size: 528 Bytes
Versions: 16
Compression:
Stored size: 528 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 # created_at :datetime not null # updated_at :datetime not null # module Alchemy # @deprecated class EssenceText < BaseRecord acts_as_essence end end
Version data entries
16 entries across 16 versions & 1 rubygems