spree_essential_blog icon indicating copy to clipboard operation
spree_essential_blog copied to clipboard

Category show posts arn't ordered

Open dedman opened this issue 12 years ago • 0 comments

PostCategoriesController#show doesn't order the posts

Suggest just changing line 8 of PostCategoriesController to be

@posts = @category.posts.ordered.live

Sorry I don't have time to submit a proper pull request with tests etc atm.

dedman avatar Sep 20 '12 10:09 dedman