method
find_nth_with_limit
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::Associations::CollectionProxy
find_nth_with_limit(index, limit)private
No documentation available.
# File activerecord/lib/active_record/associations/collection_proxy.rb, line 1140
def find_nth_with_limit(index, limit)
load_target if find_from_target?
super
end