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