Commented Dashboard Public Visibility and fall back on no-filter defined authorization
This commit is contained in:
parent
e75873273c
commit
53e5c57970
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue