可以可以
介绍
cancan是一个基于ruby cancan库的微型权限控制器。 一旦定义了用户能力,就可以轻松地检查用户的权限。
安装
pip install cancan
基本用法
从cancan.Ability继承
使用add方法添加用户能力
def add ( self , action = None , subject = None , ** conditions )`
"""
Add ability are allowed using two arguments .
The first one is the action you ' re setting