aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin/blog/categories_controller.rb
blob: ddce1c813f2bb6200f2e19ec9a17728b6791f59b (plain) (blame)
1
2
3
4
5
class Admin::Blog::CategoriesController < Admin::BaseController

  crudify :blog_category, :title_attribute => :name, :order => 'created_at DESC'

end