This commit is contained in:
bee0005
2016-10-03 05:46:58 +00:00
parent c0188d971f
commit 42286258ed
5 changed files with 284 additions and 3 deletions

View File

@@ -3,6 +3,11 @@ class NodeController < ApplicationController
def index
end
def detail
@node_id = params[:node_id]
#@detail_node = Node.find(params[:node_id])
end
def node_add
new_node = Node.new