diff options
author | Mark Rushakoff <mark.rushakoff@gmail.com> | 2012-04-27 22:46:45 -0700 |
---|---|---|
committer | Mark Rushakoff <mark.rushakoff@gmail.com> | 2012-04-27 22:50:02 -0700 |
commit | 72795d7257f3fbaaf235c6dad9a398bb1430de8d (patch) | |
tree | a2b8b01b91d0c40c4c0e364a20a42a70d6475f47 /actionpack/lib/action_controller | |
parent | dab6c3aa484778b44c1b3cd2b9c46363916295ff (diff) | |
download | rails-72795d7257f3fbaaf235c6dad9a398bb1430de8d.tar.gz rails-72795d7257f3fbaaf235c6dad9a398bb1430de8d.tar.bz2 rails-72795d7257f3fbaaf235c6dad9a398bb1430de8d.zip |
Code-format references to config settings
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r-- | actionpack/lib/action_controller/metal/data_streaming.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/data_streaming.rb b/actionpack/lib/action_controller/metal/data_streaming.rb index 369741fb12..3140327d87 100644 --- a/actionpack/lib/action_controller/metal/data_streaming.rb +++ b/actionpack/lib/action_controller/metal/data_streaming.rb @@ -16,7 +16,7 @@ module ActionController #:nodoc: protected # Sends the file. This uses a server-appropriate method (such as X-Sendfile) # via the Rack::Sendfile middleware. The header to use is set via - # config.action_dispatch.x_sendfile_header. + # +config.action_dispatch.x_sendfile_header+. # Your server can also configure this for you by setting the X-Sendfile-Type header. # # Be careful to sanitize the path parameter if it is coming from a web |