pass opts to the postman when creating a post
This commit is contained in:
parent
49225568cb
commit
a82e59077b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue