typo
This commit is contained in:
parent
39812bef99
commit
c5de69bfc5
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ class SessionsController < ApplicationController
|
||||||
|
|
||||||
def destroy
|
def destroy
|
||||||
session[:user_id] = nil
|
session[:user_id] = nil
|
||||||
redirect_to login_url, :notice => I18n.t('session.logged_out')
|
redirect_to login_url, :notice => I18n.t('sessions.logged_out')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue