aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionview/lib/action_view/rendering.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/actionview/lib/action_view/rendering.rb b/actionview/lib/action_view/rendering.rb
index 0ec0c0f0d3..ee7cc4e470 100644
--- a/actionview/lib/action_view/rendering.rb
+++ b/actionview/lib/action_view/rendering.rb
@@ -105,13 +105,6 @@ module ActionView
super + [:@_view_context_class, :@_view_renderer, :@_lookup_context]
end
- # This method should return a hash with assigns.
- # You can overwrite this configuration per controller.
- # :api: public
- def view_assigns
- super
- end
-
private
# Normalize args and options.