aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorZachary Scott <zachary@zacharyscott.net>2014-02-09 11:30:49 +0200
committerZachary Scott <zachary@zacharyscott.net>2014-02-09 11:30:49 +0200
commit8d7923b7eb0dd638d1426aadde2b2d9835ecf68d (patch)
treeaddc42ff25a2d7ff634621d8eafc5a8625538335 /actionpack
parent77577149f71e1fa0df15dbc02ae7c33349dddba8 (diff)
downloadrails-8d7923b7eb0dd638d1426aadde2b2d9835ecf68d.tar.gz
rails-8d7923b7eb0dd638d1426aadde2b2d9835ecf68d.tar.bz2
rails-8d7923b7eb0dd638d1426aadde2b2d9835ecf68d.zip
FilterParameters is referenced at the class level from the Request
Since it's already required in the file, we don't need to use autoload too. This commit is symmetrical change to 0b10180 for Response.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_dispatch.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch.rb b/actionpack/lib/action_dispatch.rb
index 9b26845190..a56d827b1a 100644
--- a/actionpack/lib/action_dispatch.rb
+++ b/actionpack/lib/action_dispatch.rb
@@ -74,7 +74,6 @@ module ActionDispatch
autoload :MimeNegotiation
autoload :Parameters
autoload :ParameterFilter
- autoload :FilterParameters
autoload :Upload
autoload :UploadedFile, 'action_dispatch/http/upload'
autoload :URL