codemy/writefully

View on GitHub
app/views/posts/show.html.erb

Summary

Maintainability
Test Coverage
<h1><%= @post.title %></h1>
<p><%= @post.body %></p>

<%= render 'comments/comments' %>