54a0f6e
75b8f12
11f16cd
2a8e663
1 2
3
4
5
6 7
class Admin::Blog::CategoriesController < Admin::BaseController crudify :blog_category, :title_attribute => :title, :order => 'title ASC' end