Sha256: 5f393ec02451bc9adbc27225d99f8917f70e37c0b20a9262c30d387b55645b0b
Contents?: true
Size: 237 Bytes
Versions: 1
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rom-6.0.0.alpha1 | lib/rom/associations/definitions/one_to_one.rb |