a5fe922
837ea01
1
2 3 4 5
class Admin::Blog::PostsController < Admin::BaseController crudify :blog_post, :title_attribute => :title, :order => 'created_at DESC' end