1 2 3 4 5 6 7
class Admin::Blog::CategoriesController < Admin::BaseController crudify :blog_category, :title_attribute => :title, :order => 'title ASC' end