Sha256: c44da8dfc40384cc92202b63a6ac1b4cf8e3274db2bf0ec8220ba1a4761428f4
Contents?: true
Size: 461 Bytes
Versions: 71
Compression:
Stored size: 461 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 # module Alchemy class EssenceLink < BaseRecord acts_as_essence ingredient_column: "link" end end
Version data entries
71 entries across 71 versions & 1 rubygems