Sha256: e86e97e968181b8171c4a5819a464e43df3dacf13b2634f76b31e30fcffc9f4e

Contents?: true

Size: 206 Bytes

Versions: 10

Compression:

Stored size: 206 Bytes

Contents

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

10 entries across 10 versions & 1 rubygems

Version Path
rom-core-4.2.1 lib/rom/associations/one_to_one_through.rb
rom-core-4.2.0 lib/rom/associations/one_to_one_through.rb
rom-core-4.1.2 lib/rom/associations/one_to_one_through.rb
rom-core-4.1.1 lib/rom/associations/one_to_one_through.rb
rom-core-4.1.0 lib/rom/associations/one_to_one_through.rb
rom-core-4.0.2 lib/rom/associations/one_to_one_through.rb
rom-core-4.0.1 lib/rom/associations/one_to_one_through.rb
rom-core-4.0.0 lib/rom/associations/one_to_one_through.rb
rom-core-4.0.0.rc2 lib/rom/associations/one_to_one_through.rb
rom-core-4.0.0.rc1 lib/rom/associations/one_to_one_through.rb