This commit is contained in:
albert
2013-01-30 15:13:16 -08:00
parent c6b9de8486
commit 7b79dfbd0e

View File

@@ -6,7 +6,7 @@ module PostSetPresenters
def post_previews_html(template) def post_previews_html(template)
html = "" html = ""
is_empty = Post.with_timeout(500, false) do is_empty = ::Post.with_timeout(500, false) do
posts.empty? posts.empty?
end end