From 22e96d03b0c6c8aad5898ae9a9b618711a15b72b Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Mon, 26 May 2014 01:12:38 -0500 Subject: [PATCH] Fix docs for ActionController::Renderers.add --- actionpack/lib/action_controller/metal/renderers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_controller/metal/renderers.rb b/actionpack/lib/action_controller/metal/renderers.rb index 29ce5abd55..46405cef55 100644 --- a/actionpack/lib/action_controller/metal/renderers.rb +++ b/actionpack/lib/action_controller/metal/renderers.rb @@ -78,7 +78,7 @@ module ActionController # respond_to do |format| # format.html # format.csv { render csv: @csvable, filename: @csvable.name } - # } + # end # end # To use renderers and their mime types in more concise ways, see # ActionController::MimeResponds::ClassMethods.respond_to and