Edit comment

<%= simple_form_for [@comment.blogpost, @comment] do |f| %> <%= f.input :text, :label => false, :as => "text", :placeholder => "Comment" %> <%= f.submit %> <% end %>