Resolves issue #138

This commit is contained in:
cktricky
2014-07-11 06:38:36 -04:00
parent 52d5c6a5a3
commit b5c202ef40
2 changed files with 212 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
class AdminController < ApplicationController
before_filter :administrative, :if => :admin_param
before_filter :administrative, :if => :admin_param, :except => [:get_user]
skip_before_filter :has_info
def dashboard