Just now setting up the example Rails app for the Google AdWords API <
https://github.com/googleads/google-api-ads-ruby> and I'm getting the error in the title. How do I use the current/supported version?
Error originates from <AccountController#index> on the line that checks the version number <customer_srv = adwords.service(:CustomerService, get_api_version())>
I suspect I am missing something basic, but I have found no similar question in the forums or documentation. Thanks.