문제

can :manage, :all works but can :manage, :Micropost does not work

I have a micropost model. What am I missing???

Here is the code: https://github.com/brunopgalvao/prana/tree/cancan

도움이 되었습니까?

해결책

Looking at your code, I think if you try

can :manage, Micropost

that should hopefully work.

Check out Defining Abilities in the Cancan wiki

Hope this helps

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top