lib/call_attempt.rb 🔗
@@ -91,6 +91,10 @@ class CallAttempt
[view]
end
+ def to_s
+ "Expired"
+ end
+
def create_call(*); end
def as_json(*)
Stephen Paul Weber created
lib/call_attempt.rb | 4 ++++
1 file changed, 4 insertions(+)
@@ -91,6 +91,10 @@ class CallAttempt
[view]
end
+ def to_s
+ "Expired"
+ end
+
def create_call(*); end
def as_json(*)