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:
Jason Denney
2014-01-18 15:14:19 -05:00
parent 2b863b8d8a
commit a84b0e0fe7
6 changed files with 20 additions and 3 deletions
+2
View File
@@ -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