aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin/blog/categories_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/admin/blog/categories_controller.rb')
-rw-r--r--app/controllers/admin/blog/categories_controller.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/controllers/admin/blog/categories_controller.rb b/app/controllers/admin/blog/categories_controller.rb
index ddce1c8..09fa802 100644
--- a/app/controllers/admin/blog/categories_controller.rb
+++ b/app/controllers/admin/blog/categories_controller.rb
@@ -1,5 +1,7 @@
class Admin::Blog::CategoriesController < Admin::BaseController
- crudify :blog_category, :title_attribute => :name, :order => 'created_at DESC'
+ crudify :blog_category,
+ :title_attribute => :name,
+ :order => 'created_at DESC'
end