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:
parent
2926a9af87
commit
22e96d03b0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue