-
Notifications
You must be signed in to change notification settings - Fork 44
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
Replace the auth model concern on generator execution #53
Comments
Hi @kockok, I think the gem generator should replace this, so I will edit this issue so we can use as reference to make this change. |
So, if you take a look at the code, our concern is just an alias for DTA's concern, so as @00dav00 said, you can use any of them for the |
If I use |
@kockok DTA's concern is probably called |
I'm about to merge #54 which fixes the bug I mentioned before on using our own modules and that I will try to release today. But to make this thread clear (also updated the docs) here's a summary on the subject.
|
Question
I see the concern is include
DeviseTokenAuth::Concerns::Model
both in the docs and the dummy app.
But the generated one is
include DeviseTokenAuth::Concerns::User
So, which one should be used?
The text was updated successfully, but these errors were encountered: