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