diff options
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/admin/blog/categories_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/blog/categories_controller.rb b/app/controllers/admin/blog/categories_controller.rb index 9682e3b..fe15a0b 100644 --- a/app/controllers/admin/blog/categories_controller.rb +++ b/app/controllers/admin/blog/categories_controller.rb @@ -2,6 +2,6 @@ class Admin::Blog::CategoriesController < Admin::BaseController crudify :blog_category, :title_attribute => :title, - :order => 'created_at DESC' + :order => 'title ASC' end |