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

More here

Example authorizations for cancan:

  can :manage, :all
  # includes
  can :export, :all
  # includes
  can :export, Model
Clone this wiki locally