# File lib/active_record/relation/finder_methods.rb, line 350 def using_limitable_reflections?(reflections) reflections.none? { |r| r.collection? } end