Sha256: 8af9dd6e790c6a1cf745f03f7bb0dec103efd771595adcbb3bf3f9c5c6f4fba5
Contents?: true
Size: 201 Bytes
Versions: 1
Compression:
Stored size: 201 Bytes
Contents
Abilities.define do can :create, Post cannot :read, Post can 'destroy', Post.new if admin? can :edit, Post do |subject| subject.user == self end can :manage, User can :touch, :all end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
abilities-0.1.1 | test/dummy/config/abilities.rb |