How to implement the inversion of the output of comments from the database? In other words, the last added comments (and other data) were not displayed at the end of the page, but were placed up the list? code:
<% posts.each do |post| %> <h3><% post.comment %></h3>