From 890195b2d8e6b5498a59812e0443d91c1c7c536e Mon Sep 17 00:00:00 2001 From: memarko Date: Wed, 14 Dec 2011 21:15:58 +0100 Subject: [PATCH] Update lib/stream/followed_tag.rb --- lib/stream/followed_tag.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/stream/followed_tag.rb b/lib/stream/followed_tag.rb index ef71ba424..5137153a5 100644 --- a/lib/stream/followed_tag.rb +++ b/lib/stream/followed_tag.rb @@ -14,7 +14,6 @@ class Stream::FollowedTag < Stream::Base # @return [ActiveRecord::Association] AR association of posts def posts - return [] if tag_string.empty? @posts ||= StatusMessage.user_tag_stream(user, tag_ids) end