diff options
author | Philip Arndt <parndt@gmail.com> | 2010-08-25 16:15:02 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-08-25 16:15:02 +1200 |
commit | 11f16cd66e86396bda09e3bdede88fd08f35bc1c (patch) | |
tree | 9bef7375acf9fc9b79865ff23d42ca0f823e6182 /app/controllers | |
parent | 4fbe3219386f68654ffaf123e30a219b4959de78 (diff) | |
download | refinerycms-blog-11f16cd66e86396bda09e3bdede88fd08f35bc1c.tar.gz refinerycms-blog-11f16cd66e86396bda09e3bdede88fd08f35bc1c.tar.bz2 refinerycms-blog-11f16cd66e86396bda09e3bdede88fd08f35bc1c.zip |
Added categories section
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 09fa802..9682e3b 100644 --- a/app/controllers/admin/blog/categories_controller.rb +++ b/app/controllers/admin/blog/categories_controller.rb @@ -1,7 +1,7 @@ class Admin::Blog::CategoriesController < Admin::BaseController crudify :blog_category, - :title_attribute => :name, + :title_attribute => :title, :order => 'created_at DESC' end |