Editing comment

<%= error_messages_for :comment %> <% form_for([@article,@comment]) do |f| %>

Comment
<%= f.text_area :comment %>

Article
<%= f.text_field :article_id %>

<%= f.submit "Update" %>

<% end %> <%= link_to 'Back', article_path %>