# frozen_string_literal: true module ActiveRecord module Associations class Preloader class HasMany < CollectionAssociation #:nodoc: end end end end