Sha256: 9b04b4deb3a17eb82306f7938a95dc998cc9d1c7b038b5ca017dbdc65effe880
Contents?: true
Size: 220 Bytes
Versions: 1
Compression:
Stored size: 220 Bytes
Contents
# frozen_string_literal: true require "rom/associations/one_to_many" module ROM module Associations # Abstract one-to-one association type # # @api public class OneToOne < OneToMany end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rom-6.0.0.alpha1 | lib/rom/associations/one_to_one.rb |