Soc/app/views/microposts/show.html.erb

4 lines
64 B
Plaintext

<section class="content">
<%= render @micropost %>
</section>