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