Sha256: f3e04cfe792a3f997976af4de3b5bd59e69ce7f694e4fa59d8b19d0662c093ff
Contents?: true
Size: 237 Bytes
Versions: 16
Compression:
Stored size: 237 Bytes
Contents
# frozen_string_literal: true require 'rom/associations/many_to_many' module ROM module Associations # Abstract one-to-one-through association type # # @api public class OneToOneThrough < ManyToMany end end end
Version data entries
16 entries across 16 versions & 1 rubygems