We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9aca5b commit acb52f1Copy full SHA for acb52f1
app/controllers/outbound_calls_controller.rb
@@ -8,7 +8,7 @@ def create
8
9
if @call.save
10
make_call(@call)
11
- redirect_to :outbound_calls, notice: 'Call initiated'
+ redirect_to new_outbound_call_path, notice: 'Call initiated'
12
else
13
flash[:alert] = 'Something went wrong'
14
render :new
0 commit comments