update node

This commit is contained in:
bee0005
2016-09-28 09:55:02 +00:00
parent ac1527acf0
commit 537921c0ca
5 changed files with 22 additions and 99 deletions

View File

@@ -1,6 +1,5 @@
class NodeController < ApplicationController
before_action :require_login
before_action :require_login
def index
@hosts = Array.new
@nodes = Node.all.order("id asc")