Skip to content

History show action

Rikki Pitt edited this page May 20, 2015 · 1 revision

Example authorizations for cancan:

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

More here

Clone this wiki locally