Skip to content

Commit

Permalink
uh
Browse files Browse the repository at this point in the history
  • Loading branch information
stgm committed Apr 15, 2017
1 parent 54fe4a8 commit d8eb3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class ApplicationController < ActionController::Base
protect_from_forgery with: :exception

rescue_from ActionController::InvalidAuthenticityToken do |exception|
flash[:alert] = "<strong>Warning:</ActionController::Base> you were logged out since you last loaded this page. If you just submitted, please login and try again.".html_safe
flash[:alert] = "<strong>Warning:</strong> 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

Expand Down

0 comments on commit d8eb3ab

Please sign in to comment.