Sha256: bdb4b2e991e7e1087eecf16d25bc69c03295e6cf7c607fa94aee3887e030b725
Contents?: true
Size: 190 Bytes
Versions: 1
Compression:
Stored size: 190 Bytes
Contents
# frozen_string_literal: true require "rom/memory/associations/one_to_many" module ROM module Memory module Associations class OneToOne < OneToMany end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rom-6.0.0.alpha1 | lib/rom/memory/associations/one_to_one.rb |