lenawu/mak-169

View on GitHub
app/views/comments/edit.html.erb

Summary

Maintainability
Test Coverage
<h1>Edit Comment</h1>
<%= simple_form_for [@forum, @message, @comment] do |f| %>
    <%= f.input :content, label: "Comment" %>
    <%= f.button :submit%>
    
<% end %>