去除末尾的空格

dev_forum
daiao 5 years ago
parent 3ba8a80e8e
commit efde6cd71f

@ -1,6 +1,7 @@
if @notice && @notice.end_time > Time.now
json.system_update true
json.(@notice, :subject, :notes, :start_time, :end_time)
json.system_score @notice.rstrip
json.(@notice, :subject, :start_time, :end_time)
else
json.system_update false
end
Loading…
Cancel
Save