From 7474137e5f239bdd578e550795a66562f5f7c030 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Mon, 30 May 2022 11:01:29 -0500 Subject: [PATCH] Add to_s for Expired --- lib/call_attempt.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/call_attempt.rb b/lib/call_attempt.rb index 92bce9bc53c761bc4c3bd6b6bf6cdaa4a647d3f9..126654ea1ef97d4857d54844494974d46b69ed3d 100644 --- a/lib/call_attempt.rb +++ b/lib/call_attempt.rb @@ -91,6 +91,10 @@ class CallAttempt [view] end + def to_s + "Expired" + end + def create_call(*); end def as_json(*)