Sha256: 9e753f1f28b0d83d5bde4449b44845e4311636576c556f61dc2437d93b29f87e
Contents?: true
Size: 477 Bytes
Versions: 16
Compression:
Stored size: 477 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 # @deprecated class EssenceLink < BaseRecord acts_as_essence ingredient_column: "link" end end
Version data entries
16 entries across 16 versions & 1 rubygems