backup push
This commit is contained in:
@@ -8,7 +8,7 @@ class ApplicationController < ActionController::Base
|
||||
if session[:active_list_id]
|
||||
unless active_list.active?
|
||||
session[:active_list_id] = nil
|
||||
redirect_to root_path, alert: t('messages.the_list_has_been_closed')
|
||||
redirect_to phone_root_path, alert: t('messages.the_list_has_been_closed', list: List.model_name.human)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user