aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2016-10-27 09:45:20 +0200
committerXavier Noria <fxn@hashref.com>2016-10-27 09:45:20 +0200
commit7506f3390683fd1329e60385515c3c55b39ff1d5 (patch)
treedb909a13f597e47bbc1678a5afc7a42c7207e03b /actionpack
parent1aa9d3903d16e623837bf8ff7deefc865fc24502 (diff)
downloadrails-7506f3390683fd1329e60385515c3c55b39ff1d5.tar.gz
rails-7506f3390683fd1329e60385515c3c55b39ff1d5.tar.bz2
rails-7506f3390683fd1329e60385515c3c55b39ff1d5.zip
removes requires already present in active_support/rails
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/abstract_controller/rendering.rb2
-rw-r--r--actionpack/lib/action_dispatch/routing/route_set.rb1
2 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/lib/abstract_controller/rendering.rb b/actionpack/lib/abstract_controller/rendering.rb
index 2cb22cb53d..a0560a8748 100644
--- a/actionpack/lib/abstract_controller/rendering.rb
+++ b/actionpack/lib/abstract_controller/rendering.rb
@@ -1,6 +1,4 @@
require "abstract_controller/error"
-require "active_support/concern"
-require "active_support/core_ext/class/attribute"
require "action_view"
require "action_view/view_paths"
require "set"
diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb
index a1bc357c8b..326329c65f 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 "active_support/concern"
require "active_support/core_ext/object/to_query"
require "active_support/core_ext/hash/slice"
require "active_support/core_ext/module/remove_method"