Skip to content
bbenezech edited this page Feb 6, 2012 · 4 revisions

Example authorizations for cancan:

 can :manage, :all # includes can :export, :all # includes can :export, Model # includes can :export, Model, { conditions }

More here

Clone this wiki locally