Skip to content

Rails5 deprecation: render :nothing option is deprecated, Use head method to respond with empty response body.

What does this MR do?

Fixes DEPRECATION WARNING: ':nothing' option is deprecated and will be removed in Rails 5.1. Use 'head' method to respond with empty response body. CE MR: gitlab-ce!23311

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports