diff --git a/app/controllers/conferences_controller.rb b/app/controllers/conferences_controller.rb index 0f86c0e..2ecaa28 100644 --- a/app/controllers/conferences_controller.rb +++ b/app/controllers/conferences_controller.rb @@ -1057,7 +1057,7 @@ class ConferencesController < ApplicationController @workshop.destroy end - return redirect_to workshops_url + return redirect_to register_step_path(@this_conference.slug, 'workshops') end return redirect_to view_workshop_url(@this_conference.slug, @workshop.id) end