third!()
Same as third but raises ActiveRecord::RecordNotFound if no record is found.
# File activerecord/lib/active_record/relation/finder_methods.rb, line 210 def third! find_nth! 2 end