method

using_limitable_reflections?

using_limitable_reflections?(reflections)
private

No documentation available.

# File activerecord/lib/active_record/relation/finder_methods.rb, line 438
      def using_limitable_reflections?(reflections)
        reflections.none?(&:collection?)
      end