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