提交 fec638cf 编写于 作者: Y yuuji.yaginuma

use `plain` option instead of deprecated `text` option

this will silence deprecation warnings
上级 e78746fe
......@@ -31,7 +31,7 @@ class TestController < ActionController::Base
include Rails.application.routes.url_helpers
def index
render text: 'Home'
render plain: 'Home'
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册