# frozen_string_literal: true require 'rom/sql/associations/many_to_many' module ROM module SQL module Associations class OneToOneThrough < ManyToMany end end end end