self.query_api
This commit is contained in:
parent
6b108043e1
commit
83d89fc361
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ class MailblusterManager
|
|||
}
|
||||
}
|
||||
|
||||
def query_api(method, path, body)
|
||||
def self.query_api(method, path, body)
|
||||
#TODO
|
||||
options = @@auth_headers.merge({
|
||||
body: body.to_json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue