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
{{ message }}
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.
CanCanCan Github - We use CanCanCan to specify what each user 'can' do.
Rolify Github - We use Rolify to allow us to specify roles for each User account. Combined with CanCanCan, this allows us to easily specify classes of users and restrict access based on instances or groups of objects.
Devise Github - Devise handles the registration, and authentication of Users - the last piece of our User control model. The Rolify github contains a basic guide for using all three of these gems together.