Sha256: 7a25619d80f05c5203e69f58ffe1512f493f4dca9e4c0f90b657093afee5a633
Contents?: true
Size: 220 Bytes
Versions: 15
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
15 entries across 15 versions & 1 rubygems