method

find_nth_with_limit

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