This commit is contained in:
bee0005
2016-09-20 12:14:13 +00:00
parent 37538b5112
commit e9d72c6fc5
9 changed files with 204 additions and 14 deletions

View File

@@ -28,6 +28,8 @@ Rails.application.routes.draw do
#Node
get 'node/index' => 'node#index'
post 'node/add' => "node#node_add"
get 'node/delete/:node_id' => "node#node_delete"