Sha256: 91d57573f3c59b0b0f8c65539e0156a2992bf74b20c32fd072b20e4da7a7e860
Contents?: true
Size: 517 Bytes
Versions: 30
Compression:
Stored size: 517 Bytes
Contents
# frozen_string_literal: true # == Schema Information # # Table name: alchemy_essence_links # # id :integer not null, primary key # link :string # link_title :string # link_target :string # link_class_name :string # created_at :datetime not null # updated_at :datetime not null # creator_id :integer # updater_id :integer # module Alchemy class EssenceLink < BaseRecord acts_as_essence ingredient_column: 'link' end end
Version data entries
30 entries across 30 versions & 1 rubygems