Add to_s for Expired
1 files changed, 4 insertions(+), 0 deletions(-) M lib/call_attempt.rb
M lib/call_attempt.rb => lib/call_attempt.rb +4 -0
@@ 91,6 91,10 @@ class CallAttempt [view] end + def to_s + "Expired" + end + def create_call(*); end def as_json(*)