You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Rails 6.0.6.1
Rolify 6.0.1
Migration has run, so
users
,users_roles
androles
tables have been createdThe text was updated successfully, but these errors were encountered: