Closed kirichkov closed 6 years ago
Index should return @blog_posts sorted according to their published date
@blog_posts
@blog_posts are returned unsorted. This can result in a blog post appearing on multiple pages and others not appearing at all.
Rails version: 5.2.0
CMS version: 2.0.15
Ruby version: 2.5.1p57
Makes sense. PR?
Will do!
Expected behavior
Index should return
@blog_posts
sorted according to their published dateActual behavior
@blog_posts
are returned unsorted. This can result in a blog post appearing on multiple pages and others not appearing at all.System configuration
Rails version: 5.2.0
CMS version: 2.0.15
Ruby version: 2.5.1p57