aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorTimo Schilling <timo@schilling.io>2015-10-21 18:44:17 +0200
committerTimo Schilling <timo@schilling.io>2015-10-21 18:44:17 +0200
commitdb7eab78bd14e42ab7b413ceba53e8e00a82d1d1 (patch)
tree187adfd4f0d01551df17d6b74952a31296e61736 /actionpack/lib
parent0197902287016173619b9668771120d8c7cab0a6 (diff)
downloadrails-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/lib')
-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'