create_call takes an argument
1 files changed, 1 insertions(+), 1 deletions(-) M lib/customer_fwd.rb
M lib/customer_fwd.rb => lib/customer_fwd.rb +1 -1
@@ 88,7 88,7 @@ class CustomerFwd end class None < CustomerFwd - def create_call; end + def create_call(*); end def to; end end