method

check_preloadable!

rails latest stable - Class: ActiveRecord::Reflection::AssociationReflection

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.1.7.7) is shown here.

check_preloadable!()
public

No documentation available.

# File activerecord/lib/active_record/reflection.rb, line 470
      def check_preloadable!
        return unless scope

        unless scope.arity == 0
          raise ArgumentError,             The association scope '#{name}' is instance dependent (the scope            block takes an argument). Preloading instance dependent scopes is            not supported..squish
        end
      end