method

find_nth!

find_nth!(index)
protected

No documentation available.

# File activerecord/lib/active_record/relation/finder_methods.rb, line 500
    def find_nth!(index)
      find_nth(index, offset_index) or raise RecordNotFound.new("Couldn't find #{@klass.name} with [#{arel.where_sql}]")
    end