diff options
author | Yves Senn <yves.senn@gmail.com> | 2012-10-27 16:03:18 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2012-10-27 16:03:18 +0200 |
commit | 4d7f53379a0dc59f2f33a4b904a06c047580a691 (patch) | |
tree | d78918fa143c377a487b1ea9bc207c5e58f44527 /actionpack/lib/action_controller | |
parent | 67166c4e545952950a4bb724f6c4b9bd869e43bb (diff) | |
download | rails-4d7f53379a0dc59f2f33a4b904a06c047580a691.tar.gz rails-4d7f53379a0dc59f2f33a4b904a06c047580a691.tar.bz2 rails-4d7f53379a0dc59f2f33a4b904a06c047580a691.zip |
cleanup, remove trailing whitespace within actionpack
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r-- | actionpack/lib/action_controller/metal/mime_responds.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/mime_responds.rb b/actionpack/lib/action_controller/metal/mime_responds.rb index 18ae2c3bfc..d86e8092c4 100644 --- a/actionpack/lib/action_controller/metal/mime_responds.rb +++ b/actionpack/lib/action_controller/metal/mime_responds.rb @@ -259,7 +259,7 @@ module ActionController #:nodoc: # * for other requests - i.e. data formats such as xml, json, csv etc, if # the resource passed to +respond_with+ responds to <code>to_<format></code>, # the method attempts to render the resource in the requested format - # directly, e.g. for an xml request, the response is equivalent to calling + # directly, e.g. for an xml request, the response is equivalent to calling # <code>render :xml => resource</code>. # # === Nested resources |