diff options
author | Timo Schilling <timo@schilling.io> | 2015-10-21 18:44:17 +0200 |
---|---|---|
committer | Timo Schilling <timo@schilling.io> | 2015-10-21 18:44:17 +0200 |
commit | db7eab78bd14e42ab7b413ceba53e8e00a82d1d1 (patch) | |
tree | 187adfd4f0d01551df17d6b74952a31296e61736 /actionpack | |
parent | 0197902287016173619b9668771120d8c7cab0a6 (diff) | |
download | rails-db7eab78bd14e42ab7b413ceba53e8e00a82d1d1.tar.gz rails-db7eab78bd14e42ab7b413ceba53e8e00a82d1d1.tar.bz2 rails-db7eab78bd14e42ab7b413ceba53e8e00a82d1d1.zip |
remove unnecessary forwardable require
`Forwardable` has been used in the past
Diffstat (limited to 'actionpack')
-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' |