aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/rendering.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/rendering.rb b/actionview/lib/action_view/rendering.rb
index ce43d1a180..e3d0beade3 100644
--- a/actionview/lib/action_view/rendering.rb
+++ b/actionview/lib/action_view/rendering.rb
@@ -107,7 +107,7 @@ module ActionView
end
def default_protected_instance_vars
- super + [:@_view_context_class, :@_view_renderer, :@_lookup_context]
+ super.concat([:@_view_context_class, :@_view_renderer, :@_lookup_context])
end
private