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 8a5da66 commit b09a87dCopy full SHA for b09a87d
1 file changed
app/controllers/sessions_controller.rb
@@ -36,6 +36,7 @@ def create
36
37
def destroy
38
super
39
+ reset_session
40
session[:locale] = nil
41
# Method defined at controllers/application_controller.rb
42
set_locale
0 commit comments