Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在为我们的应用程序使用权限。 关联
如何检查安装?我已经按照文档中的步骤进行操作,但似乎没有调用 ApplicationAuthority 类。我尝试在类中添加错误并且应用程序没有失败。
此外,模型中的这部分也不例外。
include Authority::Abilities
对于遇到此问题的其他任何人 - 您还需要为您的控制器添加授权。 这是文档的相关部分 - 本质上,只需添加authorize_actions_for Model到顶部,就好像它是before_filter.
authorize_actions_for Model
before_filter