Sha256: e4022dde6f39f9a059882af3a89bb7fb3d70fbed5f4a2676e91b8b21f6cae0be

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

# frozen_string_literal: true

require "rom/associations/definitions/abstract"

module ROM
  module Associations
    module Definitions
      # @api private
      class OneToMany < Abstract
        result :many
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rom-6.0.0.alpha1 lib/rom/associations/definitions/one_to_many.rb