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

More here

Clone this wiki locally