提交 3cc35bed 编写于 作者: A Aaron Patterson

include ActionView::Rendering in the minimal controller

without this module, the content type is not set correctly
上级 a20c5236
......@@ -177,7 +177,7 @@ def content_type=(type)
end
def content_type
request.content_type
response.content_type
end
def location
......
......@@ -4,6 +4,7 @@ module RenderHtml
class MinimalController < ActionController::Metal
include AbstractController::Rendering
include ActionController::Rendering
include ActionView::Rendering
def index
render html: "Hello World!"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册