Editing comment

<%= form_for(@comment) do |f| %>

<%= f.label :text %>
<%= f.text_area :text, :rows => 15, :cols => 60 %>

<%= f.submit 'Update' %>

<% end %>
<%= link_to 'Back', :back %>