module ItemsHelper def network(node) @test = Array.new @test.push(node) end end