How can I include a location header with this response?
format.json { render :json => @category.to_json, :status => :created }
How can I include a location header with this response?
format.json { render :json => @category.to_json, :status => :created }