Sha256: f22d2027700ba6f22f187b6582e5073696d61206b101b54af55224a03ac50479

Contents?: true

Size: 193 Bytes

Versions: 14

Compression:

Stored size: 193 Bytes

Contents

# frozen_string_literal: true

require 'rom/sql/associations/many_to_many'

module ROM
  module SQL
    module Associations
      class OneToOneThrough < ManyToMany
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rom-sql-3.7.0 lib/rom/sql/associations/one_to_one_through.rb
rom-sql-3.6.5 lib/rom/sql/associations/one_to_one_through.rb
rom-sql-3.6.4 lib/rom/sql/associations/one_to_one_through.rb
rom-sql-3.6.3 lib/rom/sql/associations/one_to_one_through.rb
rom-sql-3.6.2 lib/rom/sql/associations/one_to_one_through.rb
rom-sql-3.6.1 lib/rom/sql/associations/one_to_one_through.rb
rom-sql-3.6.0 lib/rom/sql/associations/one_to_one_through.rb
rom-sql-3.5.0 lib/rom/sql/associations/one_to_one_through.rb
rom-sql-3.4.0 lib/rom/sql/associations/one_to_one_through.rb
rom-sql-3.3.3 lib/rom/sql/associations/one_to_one_through.rb
rom-sql-3.3.2 lib/rom/sql/associations/one_to_one_through.rb
rom-sql-3.3.1 lib/rom/sql/associations/one_to_one_through.rb
rom-sql-3.3.0 lib/rom/sql/associations/one_to_one_through.rb
rom-sql-3.2.0 lib/rom/sql/associations/one_to_one_through.rb