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 (super: no superclass method `create_token' for #<User:0x000055b9ceeeac68>) #1384

Open
Mracobes9 opened this issue Feb 20, 2020 · 0 comments · May be fixed by #1415
Open

NoMethodError (super: no superclass method `create_token' for #<User:0x000055b9ceeeac68>) #1384

Mracobes9 opened this issue Feb 20, 2020 · 0 comments · May be fixed by #1415

Comments

@Mracobes9
Copy link

Mracobes9 commented Feb 20, 2020

Hi. I got a a error NoMethodError (super: no superclass method `create_token' for #<User:0x000055b9ceeeac68>).
My code:

def create_token(client: nil, lifespan: nil, cost: nil, **token_extras)
    super
end

Ruby version: 2.6.3
Rails version: 6.0.2.1
Gem version: 1.1.3

@MaicolBen MaicolBen linked a pull request Jun 21, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant