diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2015-10-21 11:41:53 -0600 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2015-10-21 11:41:53 -0600 |
commit | d8b076c90efac796e8664c6eada8d08afac4bea3 (patch) | |
tree | 187adfd4f0d01551df17d6b74952a31296e61736 | |
parent | 0197902287016173619b9668771120d8c7cab0a6 (diff) | |
parent | db7eab78bd14e42ab7b413ceba53e8e00a82d1d1 (diff) | |
download | rails-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.rb | 1 |
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' |