summaryrefslogtreecommitdiff
path: root/app/models/ability.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/ability.rb')
-rw-r--r--app/models/ability.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/ability.rb b/app/models/ability.rb
index 3ba4481..48cce84 100644
--- a/app/models/ability.rb
+++ b/app/models/ability.rb
@@ -131,7 +131,7 @@ class Ability
# SipAccounts and Phones
#
- can [:read, :call], SipAccount, :sip_accountable_type => 'User', :sip_accountable_id => user.id
+ can :read, SipAccount, :sip_accountable_type => 'User', :sip_accountable_id => user.id
user.sip_accounts.each do |sip_account|
can :read, PhoneNumber, :id => sip_account.phone_number_ids
can :manage, CallForward, :call_forwardable_id => sip_account.phone_number_ids