Commented Dashboard Public Visibility and fall back on no-filter defined authorization
This commit is contained in:
parent
e75873273c
commit
53e5c57970
|
@ -4,7 +4,7 @@ class Admin::DashboardsController < OrbitBackendController
|
||||||
#before_filter :authenticate_user!, :except => [:index]
|
#before_filter :authenticate_user!, :except => [:index]
|
||||||
# before_filter :is_admin?
|
# before_filter :is_admin?
|
||||||
|
|
||||||
prepend_before_filter :set_public
|
#prepend_before_filter :set_public
|
||||||
|
|
||||||
layout "basic_back_end"
|
layout "basic_back_end"
|
||||||
|
|
||||||
|
|
Reference in New Issue