提交 dafe2997 编写于 作者: P Prathamesh Sonpatki

Replaced render :text with render :plain in AC gem bug report template

 - Followup of https://github.com/rails/rails/pull/20929.
 [ci skip]
上级 0daf1619
......@@ -32,7 +32,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.
先完成此消息的编辑!
想要评论请 注册