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

Example authorizations for cancan:

  can :manage, :all
  # includes
  can :read, :all
  # includes
  can :read, Model
  # includes
  can :index, Model

More here

Clone this wiki locally