# frozen_string_literal: true module ActiveRecord module Associations class Preloader class HasOne < SingularAssociation #:nodoc: end end end end