We don't have fakes anymore, get rid of most of the reshare? method

This commit is contained in:
Raphael Sofaer 2011-08-05 22:31:32 -07:00
parent dde4b30180
commit 817d6701e4

View file

@ -30,6 +30,6 @@ module StreamHelper
end
def reshare?(post)
(defined?(post.model) && post.model.is_a?(Reshare)) || post.instance_of?(Reshare)
post.instance_of?(Reshare)
end
end