Sha256: d324bfa3f9e3da53134ac4bafab279a70eb80f390734ca4f8ab91d70febd8360
Contents?: true
Size: 512 Bytes
Versions: 71
Compression:
Stored size: 512 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 class EssenceText < BaseRecord acts_as_essence end end
Version data entries
71 entries across 71 versions & 1 rubygems