aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2015-10-21 11:41:53 -0600
committerSean Griffin <sean@seantheprogrammer.com>2015-10-21 11:41:53 -0600
commitd8b076c90efac796e8664c6eada8d08afac4bea3 (patch)
tree187adfd4f0d01551df17d6b74952a31296e61736
parent0197902287016173619b9668771120d8c7cab0a6 (diff)
parentdb7eab78bd14e42ab7b413ceba53e8e00a82d1d1 (diff)
downloadrails-d8b076c90efac796e8664c6eada8d08afac4bea3.tar.gz
rails-d8b076c90efac796e8664c6eada8d08afac4bea3.tar.bz2
rails-d8b076c90efac796e8664c6eada8d08afac4bea3.zip
Merge pull request #22019 from timoschilling/patch-2
remove unnecessary forwardable require
-rw-r--r--actionpack/lib/action_dispatch/routing/route_set.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb
index 339e2b7c4a..5f54ea130b 100644
--- a/actionpack/lib/action_dispatch/routing/route_set.rb
+++ b/actionpack/lib/action_dispatch/routing/route_set.rb
@@ -1,5 +1,4 @@
require 'action_dispatch/journey'
-require 'forwardable'
require 'active_support/concern'
require 'active_support/core_ext/object/to_query'
require 'active_support/core_ext/hash/slice'