self.query_api
This commit is contained in:
parent
ea681c030c
commit
4afb92596d
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