fixed listing of uncategorized posts

This commit is contained in:
Michael Pope 2011-08-15 10:30:59 +10:00
parent e5db679226
commit dbd2561fe6

View file

@ -1,7 +1,7 @@
module Admin
module Blog
class PostsController < Admin::BaseController
require 'will_paginate/array'
crudify :blog_post,
:title_attribute => :title,
@ -94,4 +94,4 @@ module Admin
end
end
end
end
end