diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-02-11 14:42:22 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-02-11 14:42:22 +0100 |
commit | ca8121930d7e75b9f6bac08591c6ffea3ca1fea1 (patch) | |
tree | a6bce5a8df0c053689da41d4f0fcf1133ace1018 /app/models/ability.rb | |
parent | 29db90c2c8a9a6a3087e77eae8615ddf0049087b (diff) |
Removed PrivatePub stuff.
Diffstat (limited to 'app/models/ability.rb')
-rw-r--r-- | app/models/ability.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/ability.rb b/app/models/ability.rb index 4ec64b1..4c0844c 100644 --- a/app/models/ability.rb +++ b/app/models/ability.rb @@ -156,10 +156,6 @@ class Ability # can :manage, CallForward, :phone_number_id => user.phone_number_ids - # SystemMessages - # - can :read, SystemMessage, :user_id => user.id - # SoftkeyFunctions # can :read, SoftkeyFunction |