From 4b5310cb01ad20bfebb9156979d549e8a406c748 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 27 Apr 2022 08:48:32 -0500 Subject: [PATCH] CallAttempt needs customer --- lib/call_attempt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/call_attempt.rb b/lib/call_attempt.rb index 072a5c52eac84feaa15e6499d0b22ddab07ea32b..16546689a9221d71d591af767892e9db1475cd22 100644 --- a/lib/call_attempt.rb +++ b/lib/call_attempt.rb @@ -231,7 +231,7 @@ class CallAttempt end end - register do |**kwargs| + register do |customer:, **kwargs| new( **kwargs .merge(customer_id: customer.customer_id)