aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/rendering.rb
diff options
context:
space:
mode:
authorŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-08-14 21:23:50 +0200
committerŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-08-25 11:40:11 +0200
commit8c8fb895bbe8e4370922283356f62681170748f4 (patch)
tree93f8ed6983820665e4761b0bed4c074e874effe8 /actionpack/lib/action_controller/metal/rendering.rb
parentf6039df572cf2d06a6e4225112a902da4ae1bf4f (diff)
downloadrails-8c8fb895bbe8e4370922283356f62681170748f4.tar.gz
rails-8c8fb895bbe8e4370922283356f62681170748f4.tar.bz2
rails-8c8fb895bbe8e4370922283356f62681170748f4.zip
Change description of BasicRendering#render
We're not dealing with templates here [ci skip]
Diffstat (limited to 'actionpack/lib/action_controller/metal/rendering.rb')
-rw-r--r--actionpack/lib/action_controller/metal/rendering.rb2
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)