Skip to content

Commit

Permalink
Format respond_to method as code in doc [ci skip]
Browse files Browse the repository at this point in the history
This updates the `respond_to` method to be code formatted rather than
plain text (as it refers to the method)
  • Loading branch information
robzolkos committed Aug 25, 2018
1 parent 58fc1ff commit 5331909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_controller/metal/mime_responds.rb
Expand Up @@ -105,7 +105,7 @@ module MimeResponds
#
# 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
Expand Down

0 comments on commit 5331909

Please sign in to comment.