Skip to content

Commit

Permalink
Add extra clarifying line in docs. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Mar 13, 2013
1 parent 5bf6d8e commit a3c8e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionpack/lib/action_dispatch/http/request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def original_url
# The +String+ MIME type of the request
#
# app.get "/articles"
# app.request.media_type
# # => "application/x-www-form-urlencoded"
def media_type
content_mime_type.to_s
Expand Down

0 comments on commit a3c8e4a

Please sign in to comment.