aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/streaming.rb
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-04-25 17:42:48 +0000
committerMarcel Molina <marcel@vernix.org>2006-04-25 17:42:48 +0000
commit09095c720406d80f5faf482a0dd840a290f1781d (patch)
tree5b1dc3f52855ec028a44e33d9d4c1f538a99f6c5 /actionpack/lib/action_controller/streaming.rb
parent21142201c9c60fe5d1299cb3b4fb22fb3b7747e7 (diff)
downloadrails-09095c720406d80f5faf482a0dd840a290f1781d.tar.gz
rails-09095c720406d80f5faf482a0dd840a290f1781d.tar.bz2
rails-09095c720406d80f5faf482a0dd840a290f1781d.zip
Remove all remaining references to @params in the documentation.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4268 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_controller/streaming.rb')
-rw-r--r--actionpack/lib/action_controller/streaming.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/streaming.rb b/actionpack/lib/action_controller/streaming.rb
index 2c4e76f359..c265c86045 100644
--- a/actionpack/lib/action_controller/streaming.rb
+++ b/actionpack/lib/action_controller/streaming.rb
@@ -14,7 +14,7 @@ module ActionController #:nodoc:
# it feasible to send even large files.
#
# Be careful to sanitize the path parameter if it coming from a web
- # page. send_file(@params['path']) allows a malicious user to
+ # page. send_file(params[:path]) allows a malicious user to
# download any file on your server.
#
# Options: