提交 32e94a48 编写于 作者: A Aaron Patterson

instance_variables returns symbols, so we should use symbols in our list

上级 f8e5022c
......@@ -58,7 +58,7 @@ def rendered_format
DEFAULT_PROTECTED_INSTANCE_VARIABLES = %w(
@_action_name @_response_body @_formats @_prefixes @_config
@_view_context_class @_view_renderer @_lookup_context
)
).map(&:to_sym)
# This method should return a hash with assigns.
# You can overwrite this configuration per controller.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册