backup push

This commit is contained in:
2012-08-24 16:20:03 +02:00
parent e3c189d187
commit 4765608e2d
17 changed files with 172 additions and 56 deletions
+1 -1
View File
@@ -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