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

Merge pull request #33722 from robzolkos/docfix-mime-responds

Format respond_to method as code in doc [ci skip]
This commit is contained in:
Ryuta Kamizono 2018-08-25 18:40:01 +09:00 committed by GitHub
commit b923beea66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@ module ActionController #:nodoc:
#
# Mime::Type.register "image/jpg", :jpg
#
# Respond to also allows you to specify a common block for different formats by using +any+:
# +respond_to+ also allows you to specify a common block for different formats by using +any+:
#
# def index
# @people = Person.all