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

More here

Example authorizations for cancan:

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