aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/lib')
-rw-r--r--actionview/lib/action_view/rendering.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionview/lib/action_view/rendering.rb b/actionview/lib/action_view/rendering.rb
index 88a3de4a45..db9c4ef501 100644
--- a/actionview/lib/action_view/rendering.rb
+++ b/actionview/lib/action_view/rendering.rb
@@ -80,8 +80,6 @@ module ActionView
# Render template to response_body
# :api: public
def render(*args, &block)
- super(*args, &block)
-
options = _normalize_render(*args, &block)
self.response_body = render_to_body(options)
end