From 7b6c969acf68fa4cdb3b77559ff8af0eef8e5b1d Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Wed, 27 Feb 2013 17:46:55 -0500 Subject: call ability removed --- app/models/ability.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3