Sha256: db1f9cd4443b1f279fcc10a7a4ca7ddfdc3736a8866deca82bd9852b85dfd081

Contents?: true

Size: 194 Bytes

Versions: 3

Compression:

Stored size: 194 Bytes

Contents

require 'rom/associations/definitions/abstract'

module ROM
  module Associations
    module Definitions
      class OneToOneThrough < ManyToMany
        result :one
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rom-core-4.0.0.beta3 lib/rom/associations/definitions/one_to_one_through.rb
rom-core-4.0.0.beta2 lib/rom/associations/definitions/one_to_one_through.rb
rom-core-4.0.0.beta1 lib/rom/associations/definitions/one_to_one_through.rb