method
using_limitable_reflections?
v3.2.1 -
Show latest stable
- Class:
ActiveRecord::FinderMethods
using_limitable_reflections?(reflections)protected
No documentation available.
# File activerecord/lib/active_record/relation/finder_methods.rb, line 394
def using_limitable_reflections?(reflections)
reflections.none? { |r| r.collection? }
end