fixed listing of uncategorized posts
This commit is contained in:
parent
e5db679226
commit
dbd2561fe6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue