开发者

CakePHP ACL-like plugin for Ruby on Rails

开发者 https://www.devze.com 2023-01-27 22:26 出处:网络
Is there any CakePHP ACL-like plugin for 开发者_如何学PythonRails?Although I\'m not directly familiar with CakePHP\'s ACL functionality, you might want to check out CanCan by Ryan Bates:

Is there any CakePHP ACL-like plugin for 开发者_如何学PythonRails?


Although I'm not directly familiar with CakePHP's ACL functionality, you might want to check out CanCan by Ryan Bates:

CanCan is an authorization library for Ruby on Rails which restricts what resources a given user is allowed to access. All permissions are defined in a single location (the Ability class) and not duplicated across controllers, views, and database queries.

0

精彩评论

暂无评论...
验证码 换一张
取 消