Sha256: cdf88ed71cc53c1176147c7f7960c7be8fc2ceed9de730d47d990d2dec08cf65

Contents?: true

Size: 246 Bytes

Versions: 1

Compression:

Stored size: 246 Bytes

Contents

# frozen_string_literal: true

require "rom/associations/definitions/abstract"

module ROM
  module Associations
    module Definitions
      # @api private
      class OneToOneThrough < ManyToMany
        result :one
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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