diff options
-rw-r--r-- | actionpack/lib/action_controller/metal/rendering.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/rendering.rb b/actionpack/lib/action_controller/metal/rendering.rb index c4b7b4f5ee..2fd73c3d64 100644 --- a/actionpack/lib/action_controller/metal/rendering.rb +++ b/actionpack/lib/action_controller/metal/rendering.rb @@ -6,7 +6,7 @@ module ActionController module BasicRendering extend ActiveSupport::Concern - # Render template to response_body + # Render text or nothing (empty string) to response_body # :api: public def render(*args, &block) super(*args, &block) |