aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module.rb
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxed.co>2016-11-14 08:11:21 +0000
committerAndrew White <andrew.white@unboxed.co>2016-11-14 08:11:21 +0000
commitb93a2571864eb858abc8b2f02f393f6751affc27 (patch)
treecc6a7ecf2e886d9d3f84ecfb681983729d1318cb /activesupport/lib/active_support/core_ext/module.rb
parent213f0d63a514185000502b74929ed5e6f866e48b (diff)
downloadrails-b93a2571864eb858abc8b2f02f393f6751affc27.tar.gz
rails-b93a2571864eb858abc8b2f02f393f6751affc27.tar.bz2
rails-b93a2571864eb858abc8b2f02f393f6751affc27.zip
Remove deprecated Module.qualified_const_get/set/defined?
Diffstat (limited to 'activesupport/lib/active_support/core_ext/module.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/module.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/module.rb b/activesupport/lib/active_support/core_ext/module.rb
index 57feea69a5..2930255557 100644
--- a/activesupport/lib/active_support/core_ext/module.rb
+++ b/activesupport/lib/active_support/core_ext/module.rb
@@ -9,4 +9,3 @@ require "active_support/core_ext/module/concerning"
require "active_support/core_ext/module/delegation"
require "active_support/core_ext/module/deprecation"
require "active_support/core_ext/module/remove_method"
-require "active_support/core_ext/module/qualified_const"