提交 a50d55a7 编写于 作者: A Aaron Patterson

remove ivars from the "protected" list

these ivars don't exist anymore, so we can remove them from the list
上级 27daea82
......@@ -252,7 +252,7 @@ def self.without_modules(*modules)
# Define some internal variables that should not be propagated to the view.
PROTECTED_IVARS = AbstractController::Rendering::DEFAULT_PROTECTED_INSTANCE_VARIABLES + [
:@_status, :@_headers, :@_params, :@_response, :@_request,
:@_params, :@_response, :@_request,
:@_view_runtime, :@_stream, :@_url_options, :@_action_has_layout ]
def _protected_ivars # :nodoc:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册