This commit is contained in:
amartynov 2014-07-15 13:05:20 +04:00
parent f01e0cbf94
commit c69498cd66

View File

@ -79,9 +79,9 @@ class RequestSender
end
end
def post_without_privileges path, query={}, headers={}
def post_without_privileges path, query, headers={}
user_without_privileges do
postt(path, query, headers)
post_body(path, query, headers)
end
end