aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin/blog
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/admin/blog')
-rw-r--r--app/controllers/admin/blog/categories_controller.rb2
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