Module: Miscellany::ArbitraryPrefetch::ActiveRecordPatches::Reflection::AssociationReflectionPatch
- Defined in:
- lib/miscellany/active_record/arbitrary_prefetch.rb
Instance Method Summary collapse
Instance Method Details
#check_preloadable! ⇒ Object
253 254 255 256 |
# File 'lib/miscellany/active_record/arbitrary_prefetch.rb', line 253 def check_preloadable! return if scope && scope.arity < 0 super end |