diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/admin/blog/posts_controller.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/admin/blog/posts_controller.rb b/app/controllers/admin/blog/posts_controller.rb index c8dfc13..b2f2a79 100644 --- a/app/controllers/admin/blog/posts_controller.rb +++ b/app/controllers/admin/blog/posts_controller.rb @@ -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
\ No newline at end of file +end |