check_expiration

in app/controllers/password_resets_controller.rb [59:65]


    def check_expiration
      if @user.password_reset_expired?
        flash[:danger] = "Password reset has expired."
        redirect_to new_password_reset_url
      end
    end