We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37461d2 commit 9ac499cCopy full SHA for 9ac499c
app/controllers/application_controller.rb
@@ -15,7 +15,7 @@ class ApplicationController < ActionController::Base
15
rescue_from ActiveRecord::RecordNotFound, with: :not_found!
16
17
rescue_from ActionController::InvalidAuthenticityToken do
18
- flash[:error] = 'Your session expired. This could be due to leaving a page open for a long time, or having multiple tabs open. Try resubmitting.'
+ flash[:error] = "Your session expired. This could be due to leaving a page open for a long time, or having multiple tabs open. Try resubmitting."
19
redirect_back fallback_location: root_path
20
end
21
0 commit comments