Method: NodesController#show

Defined in:
app/controllers/nodes_controller.rb

#showObject



23
24
25
# File 'app/controllers/nodes_controller.rb', line 23

def show
  render json: @node
end