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