adding broken functionality for A7

This commit is contained in:
Mike McCabe
2013-11-13 18:23:04 -05:00
parent 9cbdbf01e5
commit 91e6797b40
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class ApplicationController < ActionController::Base
def administrative
if not is_admin?
reset_session
#reset_session
redirect_to root_url
end
end