Module: Miscellany::ArbitraryPrefetch::ActiveRecordReflectionPatch

Defined in:
lib/miscellany/active_record/arbitrary_prefetch.rb

Instance Method Summary collapse

Instance Method Details

#check_preloadable!Object



158
159
160
161
# File 'lib/miscellany/active_record/arbitrary_prefetch.rb', line 158

def check_preloadable!
  return if scope && scope.arity < 0
  super
end