DEV Community

Discussion on: Dev.to has implemented Series! Series are cool! Coding Concepts is now a series! Cool!

 
chris_bertrand profile image
Chris Bertrand • Edited

Sorry for taking so long to get back to this. Ok, so I've found it.
in app\views\articles_collection.html.erb

ln 10:

<% @collection.articles.published.order("published_at ASC").each_with_index do |article, i| %>

Thread Thread
 
johnbiundo profile image
John Biundo

Thanks Chris.