Sha256: 35b145a6cb5cd0302ad85ad716b15c4df2bf82fc2a4ec3ee59d8603c3fbdad58
Contents?: true
Size: 576 Bytes
Versions: 9
Compression:
Stored size: 576 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 < ActiveRecord::Base acts_as_essence end end
Version data entries
9 entries across 9 versions & 1 rubygems