# 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