From 2a8e663495fd196286925717aa78c72e1f217a3f Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Thu, 26 Aug 2010 21:36:33 +1200 Subject: Fix sorting --- app/controllers/admin/blog/categories_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/admin/blog') 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 -- cgit v1.2.3