diff options
author | Peter Kozak <spag@golwen.net> | 2013-03-07 02:36:38 -0500 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-03-07 02:36:38 -0500 |
commit | c98072557273ff4383013f73621061ece34fc6d2 (patch) | |
tree | bef0469095415e2b2d794d66ae1946c66fe7c092 /app/models/call.rb | |
parent | bc3f8ae65689046f2b41123c7b392c4718d48dfd (diff) |
call model table changed
Diffstat (limited to 'app/models/call.rb')
-rw-r--r-- | app/models/call.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/call.rb b/app/models/call.rb index db6d9d6..b0cd9b2 100644 --- a/app/models/call.rb +++ b/app/models/call.rb @@ -1,5 +1,5 @@ class Call < ActiveRecord::Base - self.table_name = 'detailed_calls' + self.table_name = 'calls_active' self.primary_key = 'uuid' attr_writer :sip_account_id |