small fix for authorizationb

This commit is contained in:
Harry Bomrah 2017-11-30 18:49:21 +08:00
parent aa1078340e
commit f2860dee59
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
class Admin::SitePanelController < OrbitAdminController
def initialize
super
@app_title = "client_management"
end
def index
@site_construct = SiteConstruct.new
end