diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index e1fd359e..dc376bef 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -5,7 +5,7 @@ class ApplicationController < ActionController::Base protect_from_forgery with: :exception rescue_from ActionController::InvalidAuthenticityToken do |exception| - flash[:alert] = "Warning: you were logged out since you last loaded this page. If you just submitted, please login and try again.".html_safe + flash[:alert] = "Warning: you were logged out since you last loaded this page. If you just submitted, please login and try again.".html_safe redirect_to :back end