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

@@ -9,7 +9,7 @@ class StaticController < ApplicationController
end
def not_found
render text: "not found", status: :not_found
render plain: "not found", status: :not_found
end
def error