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.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/controllers/admin/blog/categories_controller.rb b/app/controllers/admin/blog/categories_controller.rb
deleted file mode 100644
index 6933c44..0000000
--- a/app/controllers/admin/blog/categories_controller.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-module Admin
- module Blog
- class CategoriesController < Admin::BaseController
-
- crudify :blog_category,
- :title_attribute => :title,
- :order => 'title ASC'
-
- end
- end
-end