Sha256: f3e04cfe792a3f997976af4de3b5bd59e69ce7f694e4fa59d8b19d0662c093ff

Contents?: true

Size: 237 Bytes

Versions: 16

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

16 entries across 16 versions & 1 rubygems

Version Path
rom-core-5.4.0 lib/rom/associations/one_to_one_through.rb
rom-core-5.3.2 lib/rom/associations/one_to_one_through.rb
rom-core-5.3.1 lib/rom/associations/one_to_one_through.rb
rom-core-5.3.0 lib/rom/associations/one_to_one_through.rb
rom-core-5.2.6 lib/rom/associations/one_to_one_through.rb
rom-core-5.2.5 lib/rom/associations/one_to_one_through.rb
rom-core-5.2.4 lib/rom/associations/one_to_one_through.rb
rom-core-5.2.3 lib/rom/associations/one_to_one_through.rb
rom-core-5.2.2 lib/rom/associations/one_to_one_through.rb
rom-core-5.2.1 lib/rom/associations/one_to_one_through.rb
rom-core-5.1.2 lib/rom/associations/one_to_one_through.rb
rom-core-5.1.1 lib/rom/associations/one_to_one_through.rb
rom-core-5.1.0 lib/rom/associations/one_to_one_through.rb
rom-core-5.0.2 lib/rom/associations/one_to_one_through.rb
rom-core-5.0.1 lib/rom/associations/one_to_one_through.rb
rom-core-5.0.0 lib/rom/associations/one_to_one_through.rb