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