Sha256: c2eb9b94212cdbf8dfde8cc6f3de5c34f07eba477c27ac367fcf76f5297ccdc9
Contents?: true
Size: 186 Bytes
Versions: 2
Compression:
Stored size: 186 Bytes
Contents
# frozen_string_literal: true require "rom/http/associations/one_to_many" module ROM module HTTP module Associations class OneToOne < OneToMany end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rom-http-0.10.0 | lib/rom/http/associations/one_to_one.rb |
rom-http-0.9.0 | lib/rom/http/associations/one_to_one.rb |