summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-11 14:40:38 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-11 14:40:38 +0100
commit29db90c2c8a9a6a3087e77eae8615ddf0049087b (patch)
tree56994b81e3e360964a26f73164eee3fb25d67951 /app/models
parent62ac01a8ea536718734bd911fc3642c0bd8b6bc7 (diff)
Deleted PrivatePub stuff.
Diffstat (limited to 'app/models')
-rw-r--r--app/models/ability.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/ability.rb b/app/models/ability.rb
index 01f26aa..4ec64b1 100644
--- a/app/models/ability.rb
+++ b/app/models/ability.rb
@@ -56,10 +56,6 @@ class Ability
can :read, PhoneBookEntry, :phone_book => { :id => user_group.phone_book_ids }
end
- # SystemMessages
- #
- cannot [:destroy, :edit, :update], SystemMessage
-
# A FacDocument can't be changed
#
cannot [:edit, :update], FaxDocument