From 8c8fb895bbe8e4370922283356f62681170748f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Strza=C5=82kowski?= Date: Wed, 14 Aug 2013 21:23:50 +0200 Subject: Change description of BasicRendering#render We're not dealing with templates here [ci skip] --- actionpack/lib/action_controller/metal/rendering.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') 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) -- cgit v1.2.3