-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v6 updates #210
v6 updates #210
Conversation
@@ -173,11 +189,11 @@ def check_async_job_status(account, opts = {}) | |||
# set default values | |||
job_ids = opts.fetch(:job_ids, nil) | |||
params = {} | |||
params[:job_ids] = Array.wrap(job_ids).join(',') if job_ids |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bug: Array#wrap is only available for ActiveSupport in Rails. This was introduced in b1f2e97#diff-697bfc02b2bb3faa338ddbb781e0fb93 (2017)
d6a2142
to
d605858
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes, but otherwise 👍
195cd85
to
8f867df
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM! Just wanted to get your thoughts on the active entities question
https://twittercommunity.com/t/ads-api-version-6/129060