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