Replace render :nothing with head
This commit is contained in:
parent
38a39352cb
commit
03a9df9288
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class ChangesetController < ApplicationController
|
|||
changeset.set_closed_time_now
|
||||
|
||||
changeset.save!
|
||||
render :nothing => true
|
||||
head :ok
|
||||
end
|
||||
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue