-
Notifications
You must be signed in to change notification settings - Fork 215
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
Superclass mismatch for class Oauth2Token #144
Comments
I have the same trouble. Did you find an answer ? |
mremond
added a commit
to mremond/oauth-plugin
that referenced
this issue
Feb 2, 2014
mremond
added a commit
to mremond/oauth-plugin
that referenced
this issue
Feb 2, 2014
Update doc and templates pelle#144
Me to facing similar error like :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generator provides model Oauth2Token as:
class Oauth2Token < AccessToken
But Oauth2Token is declared in /lib/oauth/models/consumers/services/oauth2_token.rb as:
class Oauth2Token < ConsumerToken
,resulting in:
I'm assuming this is the cause. Any suggestions to rectify this?
The text was updated successfully, but these errors were encountered: