Sha256: 54d65f7717244e7cee1ca8623ca4fdb678844d65f5eaed3463081188cb1b0422
Contents?: true
Size: 298 Bytes
Versions: 12
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true module Lcms module Engine class StandardLink < ApplicationRecord 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
12 entries across 12 versions & 1 rubygems