<%= @route.verb + " " + @route.path %>

<%= form_for(@route) do |f| %>
<%= f.label :description %> <%= f.text_field :description %>
<%= f.label :content %> <%= f.text_area(:content, :cols => 50, :rows => 20) %>
<%= f.submit %>
<% end %>