We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f10f1b + f9ead59 commit f653ee9Copy full SHA for f653ee9
app/controllers/smart_answers_controller.rb
@@ -86,11 +86,6 @@ def redirect_response_to_canonical_url
86
responses: @presenter.current_state.responses,
87
protocol: (request.ssl? || Rails.env.production?) ? 'https' : 'http',
88
}
89
- if @presenter.current_state.unaccepted_responses
90
- @presenter.current_state.unaccepted_responses.each_with_index do |unaccepted_response, index|
91
- redirect_params["previous_response_#{index+1}".to_sym] = unaccepted_response.to_s
92
- end
93
94
redirect_to redirect_params
95
end
96
0 commit comments