method
check_preloadable!
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::Reflection::AssociationReflection
check_preloadable!()public
No documentation available.
# File activerecord/lib/active_record/reflection.rb, line 477
def check_preloadable!
return unless scope
if 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