diff --git a/app/controllers/public/content_viewer_controller.rb b/app/controllers/public/content_viewer_controller.rb index 0ea88a9..fdc03dd 100644 --- a/app/controllers/public/content_viewer_controller.rb +++ b/app/controllers/public/content_viewer_controller.rb @@ -83,8 +83,6 @@ class ContentViewerController < ApplicationController @page.posts end - posts = posts.includes(:parent, {:profile => [:domains, :environment]}, :author) - #FIXME Need to run this before the pagination because this version of # will_paginate returns a will_paginate collection instead of a # relation. -- libgit2 0.21.2