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

call token_url? #11

Open
hienmvvn opened this issue Apr 2, 2016 · 1 comment
Open

call token_url? #11

hienmvvn opened this issue Apr 2, 2016 · 1 comment

Comments

@hienmvvn
Copy link

hienmvvn commented Apr 2, 2016

I use this gem, but this code in my controller error:
OmniAuth.Strategies.Bitbucket.client_options.token_url
undefined method `Strategies' for OmniAuth:Module
in gem file, i had a line : gem 'omniauth-bitbucket'
please help me.

@BlitzKraft
Copy link

The syntax is

OmniAuth::Strategies.Bitbucket.client_options.token_url

Notice the colons. Not a dot.

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