可以:管理,:所有工作但可以:管理,:Micropost没有

时间:2014-01-18 23:01:07

标签: ruby-on-rails cancan

can :manage, :all有效但can :manage, :Micropost不起作用

我有一个微博模型。我错过了什么?

以下是代码:https://github.com/brunopgalvao/prana/tree/cancan

1 个答案:

答案 0 :(得分:1)

查看您的代码,我想如果您尝试

can :manage, Micropost

应该有希望的。

查看Defining Abilities in the Cancan wiki

希望这有帮助