Skip to content
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

NoMethodError: undefined method `camelize' for "budget_limit_type":String #3

Open
charle5 opened this issue Sep 6, 2014 · 1 comment

Comments

@charle5
Copy link

charle5 commented Sep 6, 2014

[1] pry(main)> require 'bing-ads-api'
NoMethodError: undefined method `camelize' for "budget_limit_type":String
from /opt/boxen/rbenv/versions/1.9.3-p448/lib/ruby/gems/1.9.1/gems/bing-ads-api-0.3/lib/bing-ads-api/constants.rb:55:in `block in <module:BingAdsApi>'

any clues on how to fix this?

@csalvato
Copy link

You need to require rails:

require 'rails'

This is only required if you are not using RoR for this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants