1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix docs for ActionController::Renderers.add

This commit is contained in:
Guillermo Iguaran 2014-05-26 01:12:38 -05:00
parent 2926a9af87
commit 22e96d03b0

View file

@ -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
# <tt>ActionController::MimeResponds::ClassMethods.respond_to</tt> and