Is an outside gem like pundit my best choice for authorization? I don't believe anything is built in, but I'm newer and easily could have missed it.
Thank you
Chris Oliver•
I recommend using Pundit if you want to add an authorization gem. Just doesn't come out of the box.
We have a simply role system in the AccountUser model, but you can also enhance that with Rolify.
Justin Zimmerman•
Chris Oliver
Thank you! Using railsbytes to set up pundit now.
Having a bunch of fun learning.
Matt Bjornson•
Chris Oliver
would rolify augment using roles on AccountUser model, or replace? I've never used Rolify so don't know if there's a benefit to doing so versus what JS provides OOB. Thanks!