method
find_nth!
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::FinderMethods
find_nth!(index)protected
No documentation available.
# File activerecord/lib/active_record/relation/finder_methods.rb, line 488
def find_nth!(index)
find_nth(index, offset_index) or raise RecordNotFound.new("Couldn't find #{@klass.name} with [#{arel.where_sql}]")
end