Sha256: 3ab072adfbcbb5282c221632eb1da4083fac651bca3b90169aa064a8be0e6316

Contents?: true

Size: 237 Bytes

Versions: 1

Compression:

Stored size: 237 Bytes

Contents

# frozen_string_literal: true

require "rom/associations/many_to_many"

module ROM
  module Associations
    # Abstract one-to-one-through association type
    #
    # @api public
    class OneToOneThrough < ManyToMany
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rom-6.0.0.alpha1 lib/rom/associations/one_to_one_through.rb