pass opts to the postman when creating a post

This commit is contained in:
maxwell 2011-01-06 17:49:24 -08:00
parent 49225568cb
commit a82e59077b

View file

@ -142,7 +142,7 @@ class User
def dispatch_post(post, opts = {}) def dispatch_post(post, opts = {})
mailman = Postzord::Dispatch.new(self, post) mailman = Postzord::Dispatch.new(self, post)
mailman.post mailman.post(opts)
end end
def update_post(post, post_hash = {}) def update_post(post, post_hash = {})