mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Moving Netzke Admin view to Panel controller
*Moved custom_netzke_helpers code to panel.js *Added panel controller and index and netzke layout
This commit is contained in:
@@ -4,6 +4,8 @@ Velocipede::Application.routes.draw do
|
||||
netzke
|
||||
|
||||
root :to => 'site#index'
|
||||
get 'admin/index' => 'panel#index', :as => "admin_index"
|
||||
|
||||
###########################
|
||||
# API Routes
|
||||
scope 'api', :module => :api do
|
||||
|
||||
Reference in New Issue
Block a user