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
I have multiple type of users, A director, an assistant-director and more, My Idea was just to add a role type to the db with a migration, but I am really new with Rails and the gem, any tip?
The text was updated successfully, but these errors were encountered:
Hi @fastboyz , yeah, you could just add another column to your users table called, "role". Or you could use something like cancancan (google it). Feel free to reopen with more questions and I can try to answer them, but this issue tracker is really for problems with the gem and not as much for guidance. You may want to try Stack Overflow for that.
I have multiple type of users, A director, an assistant-director and more, My Idea was just to add a role type to the db with a migration, but I am really new with Rails and the gem, any tip?
The text was updated successfully, but these errors were encountered: