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

Can't join 'User' to association named 'users_roles'; perhaps you misspelled it? #591

Open
konami99 opened this issue Apr 15, 2023 · 0 comments

Comments

@konami99
Copy link

konami99 commented Apr 15, 2023

Rails 6.0.6.1
Rolify 6.0.1

Migration has run, so users, users_roles and roles tables have been created

u = User.create name: 'john'
u.add_role :admin
User.includes(:users_roles).first # returns Can't join 'User' to association named 'users_roles' error; but worked fine on Rails 5.2
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

1 participant