diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-01-04 12:08:51 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-01-04 12:11:03 -0300 |
commit | bf7b8c193ffe2d6a05272a6ed763d87cfe743bb4 (patch) | |
tree | ff4e2cf5ab8a010c00ee46ad8e7d26a479e416b5 /actionpack/lib/action_dispatch/routing | |
parent | f663132eef0e5d96bf2a58cec9f7c856db20be7c (diff) | |
download | rails-bf7b8c193ffe2d6a05272a6ed763d87cfe743bb4.tar.gz rails-bf7b8c193ffe2d6a05272a6ed763d87cfe743bb4.tar.bz2 rails-bf7b8c193ffe2d6a05272a6ed763d87cfe743bb4.zip |
Remove unneeded requires
These requires were added only to change deprecation message
Diffstat (limited to 'actionpack/lib/action_dispatch/routing')
-rw-r--r-- | actionpack/lib/action_dispatch/routing/mapper.rb | 1 | ||||
-rw-r--r-- | actionpack/lib/action_dispatch/routing/route_set.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb index e793ef849e..8b04dfaa45 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -4,7 +4,6 @@ require 'active_support/core_ext/hash/slice' require 'active_support/core_ext/enumerable' require 'active_support/core_ext/array/extract_options' require 'active_support/core_ext/module/remove_method' -require 'active_support/core_ext/string/filters' require 'active_support/inflector' require 'action_dispatch/routing/redirection' require 'action_dispatch/routing/endpoint' diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb index b046f5acac..b4c861d306 100644 --- a/actionpack/lib/action_dispatch/routing/route_set.rb +++ b/actionpack/lib/action_dispatch/routing/route_set.rb @@ -6,7 +6,6 @@ require 'active_support/core_ext/object/to_query' require 'active_support/core_ext/hash/slice' require 'active_support/core_ext/module/remove_method' require 'active_support/core_ext/array/extract_options' -require 'active_support/core_ext/string/filters' require 'action_controller/metal/exceptions' require 'action_dispatch/http/request' require 'action_dispatch/routing/endpoint' |