fifth!()
Same as #fifth but raises ActiveRecord::RecordNotFound if no record is found.
# File activerecord/lib/active_record/relation/finder_methods.rb, line 225 def fifth! fifth || raise_record_not_found_exception! end