fix js bugs

This commit is contained in:
Albert Yi
2018-04-26 15:01:57 -07:00
parent 95ab227b09
commit eddc789df2
4 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ class LegacyController < ApplicationController
end
def unavailable
render :text => "this resource is no longer available", :status => 410
render :plain => "this resource is no longer available", :status => 410
end
private