Commented Dashboard Public Visibility and fall back on no-filter defined authorization

This commit is contained in:
saurabhbhatia 2013-08-22 16:43:11 +08:00
parent e75873273c
commit 53e5c57970
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ class Admin::DashboardsController < OrbitBackendController
#before_filter :authenticate_user!, :except => [:index]
# before_filter :is_admin?
prepend_before_filter :set_public
#prepend_before_filter :set_public
layout "basic_back_end"
def index