Method: ApplicationController#new

Defined in:
app/controllers/application_controller.rb

#newObject

> New



39
40
41
42
# File 'app/controllers/application_controller.rb', line 39

def new
  @content = Node.new
  respond_with @content
end