Sha256: 1ac76a8436f11e1f3a58e4d2593c19621d9103471ba8b9fb52825e98958f5c04
Contents?: true
Size: 239 Bytes
Versions: 16
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
16 entries across 16 versions & 1 rubygems