instance method
using_limitable_reflections?
Ruby on Rails 8.0.4
Since v3.0.20 PrivateSignature
using_limitable_reflections?(reflections)
No documentation comment.
Parameters
-
reflectionsreq
Source
# File activerecord/lib/active_record/relation/finder_methods.rb, line 488
def using_limitable_reflections?(reflections)
reflections.none?(&:collection?)
end
Defined in activerecord/lib/active_record/relation/finder_methods.rb line 488
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::FinderMethods