method

find_nth_with_limit

rails 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 1127
        def find_nth_with_limit(index, limit)
          load_target if find_from_target?
          super
        end