Replace render :nothing with head

This commit is contained in:
Tom Hughes 2017-06-04 19:56:39 +01:00
parent 38a39352cb
commit 03a9df9288

View file

@ -61,7 +61,7 @@ class ChangesetController < ApplicationController
changeset.set_closed_time_now
changeset.save!
render :nothing => true
head :ok
end
##