-
Notifications
You must be signed in to change notification settings - Fork 232
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
undefined method tokens in version 0.1.30 #98
Comments
@m2omou - is the |
Yes I have the column token in my user model. |
That's strange. What does |
closing due to lack of activity |
i am also facing the similar issue here. Here is my application controller which adds the concern for set_user_token.
users table have a column named tokens. For every other resource CRUD request i get the following error. Obviously
Thanks |
I recently updated my Gemfile, and moved ng-token-auth to the version
0.1.30
:But after that, I got a new error, saying "undefined method tokens". To make it work I had to go back to the previous version
0.1.29
.Any ideas ? :)
The text was updated successfully, but these errors were encountered: