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

4 lines
64 B
Plaintext
Raw Normal View History

2024-03-06 20:31:14 +00:00
<section class="content">
<%= render @micropost %>
</section>