method

find_nth!

find_nth!(index)
protected

No documentation available.

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