Sha256: 807a392087e2540ef3edc30680aed04ad99c43d3933395ade9f9fd723dfda712

Contents?: true

Size: 189 Bytes

Versions: 10

Compression:

Stored size: 189 Bytes

Contents

require 'rom/associations/one_to_many'

module ROM
  module Associations
    # Abstract one-to-one association type
    #
    # @api public
    class OneToOne < OneToMany
    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.rb
rom-core-4.2.0 lib/rom/associations/one_to_one.rb
rom-core-4.1.2 lib/rom/associations/one_to_one.rb
rom-core-4.1.1 lib/rom/associations/one_to_one.rb
rom-core-4.1.0 lib/rom/associations/one_to_one.rb
rom-core-4.0.2 lib/rom/associations/one_to_one.rb
rom-core-4.0.1 lib/rom/associations/one_to_one.rb
rom-core-4.0.0 lib/rom/associations/one_to_one.rb
rom-core-4.0.0.rc2 lib/rom/associations/one_to_one.rb
rom-core-4.0.0.rc1 lib/rom/associations/one_to_one.rb