Revert "delegate ruby template picking on reshares so the posts look better"

This reverts commit 5eb2247191.
This commit is contained in:
Maxwell Salzberg 2012-04-26 17:58:09 -07:00
parent 193644b5c1
commit a58260503f

View file

@ -11,7 +11,7 @@ class TemplatePicker
} }
def initialize(post) def initialize(post)
self.post = post.is_a?(Reshare) ? post.root : post self.post = post
end end
def template_name def template_name