Node

<%= start_form_tag :action => 'update', :id => @node %>
Name<%= text_field 'node', 'name' %>
Kommentar<%= text_field 'location', 'comment' %>
Administrator
<%= submit_tag 'Edit' %> <%= end_form_tag %>