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
186 187 188 189 |
# File 'lib/miscellany/active_record/arbitrary_prefetch.rb', line 186 def check_preloadable! return if scope && scope.arity < 0 super end |