Method: ApplicationController#new
- Defined in:
- app/controllers/application_controller.rb
#new ⇒ Object
> New
39 40 41 42 |
# File 'app/controllers/application_controller.rb', line 39 def new @content = Node.new respond_with @content end |