Fixed error deleting a workshop

This commit is contained in:
Godwin 2016-08-22 11:19:45 -07:00 committed by GitHub
parent 1c1cc3b400
commit 697b8c5bd5

View File

@ -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