aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-09-01 16:08:06 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-09-01 16:08:06 -0300
commitdc5cf37d7379e297196dbe542b958b1114ef840e (patch)
treef74d4eba319d26796fb4cd7900e5e5feda67571a /actionpack/lib/action_dispatch/routing/mapper.rb
parent4727a94c50e8bb371e9c9e7798a5ba0510320657 (diff)
parentb69699afda2069363a1e09e0868220629779475d (diff)
downloadrails-dc5cf37d7379e297196dbe542b958b1114ef840e.tar.gz
rails-dc5cf37d7379e297196dbe542b958b1114ef840e.tar.bz2
rails-dc5cf37d7379e297196dbe542b958b1114ef840e.zip
Merge pull request #21456 from rodzyn/clean_requires
Remove not used requires
Diffstat (limited to 'actionpack/lib/action_dispatch/routing/mapper.rb')
-rw-r--r--actionpack/lib/action_dispatch/routing/mapper.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb
index 1acfb2bfe8..87b826f7d0 100644
--- a/actionpack/lib/action_dispatch/routing/mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/mapper.rb
@@ -1,10 +1,8 @@
-require 'active_support/core_ext/hash/except'
require 'active_support/core_ext/hash/reverse_merge'
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/inflector'
+require 'active_support/core_ext/regexp'
require 'active_support/deprecation'
require 'action_dispatch/routing/redirection'
require 'action_dispatch/routing/endpoint'