Revert "delegate ruby template picking on reshares so the posts look better"
This reverts commit 5eb2247191.
This commit is contained in:
parent
193644b5c1
commit
a58260503f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class TemplatePicker
|
|||
}
|
||||
|
||||
def initialize(post)
|
||||
self.post = post.is_a?(Reshare) ? post.root : post
|
||||
self.post = post
|
||||
end
|
||||
|
||||
def template_name
|
||||
|
|
|
|||
Loading…
Reference in a new issue