Sha256: 6be61a34457389960d675148c36ac2f5dd365d80b761bd09df823baaa442f24e
Contents?: true
Size: 238 Bytes
Versions: 15
Compression:
Stored size: 238 Bytes
Contents
# frozen_string_literal: true require 'rom/associations/definitions/abstract' module ROM module Associations module Definitions # @api private class ManyToOne < Abstract result :one end end end end
Version data entries
15 entries across 15 versions & 1 rubygems