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.
我在 active_admin 中使用 CanCan Ability。我想在页面显示中发表评论。但我使用 CanCan 无法在显示页面中添加评论。
这是错误信息:
You are not authorized to perform this action.
配置ActiveAdmin::Commentat ability.rb:
ActiveAdmin::Comment
ability.rb
can [:read, :create], ActiveAdmin::Comment
我从这个看似无关的页面https://github.com/ryanb/cancan/issues/597找到了答案