Sha256: fe9d1528a0332f19c771a595e550c16cbfd171d43740c7ecf72bd88fc559969d
Contents?: true
Size: 246 Bytes
Versions: 16
Compression:
Stored size: 246 Bytes
Contents
# frozen_string_literal: true require 'rom/associations/definitions/abstract' module ROM module Associations module Definitions # @api private class OneToOneThrough < ManyToMany result :one end end end end
Version data entries
16 entries across 16 versions & 1 rubygems