diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/refinery/blog/admin/posts_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/refinery/blog/admin/posts_controller.rb b/app/controllers/refinery/blog/admin/posts_controller.rb index b5d7e63..6a18a1c 100644 --- a/app/controllers/refinery/blog/admin/posts_controller.rb +++ b/app/controllers/refinery/blog/admin/posts_controller.rb @@ -81,7 +81,7 @@ module Refinery end def find_all_categories - @categories = Refinery::Blog::Category.find(:all) + @categories = Refinery::Blog::Category.all end def check_category_ids |