Authorization with CanCan

suggest change

Introduction

CanCan is a simple authorization strategy for Rails which is decoupled from user roles. All permissions are stored in a single location.

Remarks

Before using CanCan don’t forget to create Users either by devise gem or manually. To get maximum functionality of CanCan do create an Admin user.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Authorization with CanCan:
*Authorization with CanCan

Table Of Contents
24Authorization with CanCan
55CSV