This commit is contained in:
MrZYX 2011-04-03 18:36:34 +02:00
parent c9fd4e0e5b
commit 8639dc3a77

View file

@ -212,10 +212,12 @@ class User < ActiveRecord::Base
aspects = post.aspects
retraction = Retraction.for(post)
end
retraction.perform(self)
mailman = Postzord::Dispatch.new(self, retraction)
mailman.post
retraction.perform(self)
retraction
end