Skip to content

Commit acb52f1

Browse files
authored
Update outbound_calls_controller.rb
1 parent d9aca5b commit acb52f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/outbound_calls_controller.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def create
88

99
if @call.save
1010
make_call(@call)
11-
redirect_to :outbound_calls, notice: 'Call initiated'
11+
redirect_to new_outbound_call_path, notice: 'Call initiated'
1212
else
1313
flash[:alert] = 'Something went wrong'
1414
render :new

0 commit comments

Comments
 (0)