Skip to content

Commit

Permalink
Redirect to scenarios URL and not projects after runnig SOGR
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekEdwards committed Sep 10, 2021
1 parent 1719c5f commit 2db35a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/capital_projects_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def runner
msg = "SOGR Capital Project Analyzer is running. You will be notified when the process is complete."
notify_user(:notice, msg)

redirect_to capital_projects_url
redirect_to scenarios_url
return
else
respond_to do |format|
Expand Down

0 comments on commit 2db35a6

Please sign in to comment.