instance method
using_limitable_reflections?
Ruby on Rails 7.1.6
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 474
def using_limitable_reflections?(reflections)
reflections.none?(&:collection?)
end
Defined in activerecord/lib/active_record/relation/finder_methods.rb line 474
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::FinderMethods