Sha256: b4fcbe0164c7b7e8f7b5d471ceabc5e125ff6bdecf5c6a7e6554685e927a0c1e
Contents?: true
Size: 299 Bytes
Versions: 4
Compression:
Stored size: 299 Bytes
Contents
# frozen_string_literal: true module Lcms module Engine class StandardLink < ActiveRecord::Base belongs_to :standard_begin, class_name: 'Standard', foreign_key: 'standard_begin_id' belongs_to :standard_end, class_name: 'Standard', foreign_key: 'standard_end_id' end end end
Version data entries
4 entries across 4 versions & 1 rubygems