aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-12-24 11:46:41 -0800
committerJosé Valim <jose.valim@gmail.com>2011-12-24 11:46:41 -0800
commit0d7c3757a9ad96b0e8aa67fc93c389890c989fd0 (patch)
tree19b6c7c3596b05896e84cd2c0c22c7662fed514c /activesupport/lib/active_support/core_ext/module.rb
parente3daaeea33bceeaebd39942e248145dc14b72108 (diff)
parent40566dc19bf71123231bd23b94c6b9b9cbc70f1b (diff)
downloadrails-0d7c3757a9ad96b0e8aa67fc93c389890c989fd0.tar.gz
rails-0d7c3757a9ad96b0e8aa67fc93c389890c989fd0.tar.bz2
rails-0d7c3757a9ad96b0e8aa67fc93c389890c989fd0.zip
Merge pull request #4170 from lest/remove-deprecated-synchronize
remove deprecated Module#synchronize from ActiveSupport
Diffstat (limited to 'activesupport/lib/active_support/core_ext/module.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/module.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/core_ext/module.rb b/activesupport/lib/active_support/core_ext/module.rb
index f399fce410..e672e9dca0 100644
--- a/activesupport/lib/active_support/core_ext/module.rb
+++ b/activesupport/lib/active_support/core_ext/module.rb
@@ -5,8 +5,7 @@ require 'active_support/core_ext/module/reachable'
require 'active_support/core_ext/module/attribute_accessors'
require 'active_support/core_ext/module/attr_internal'
require 'active_support/core_ext/module/delegation'
-require 'active_support/core_ext/module/synchronization'
require 'active_support/core_ext/module/deprecation'
require 'active_support/core_ext/module/remove_method'
require 'active_support/core_ext/module/method_names'
-require 'active_support/core_ext/module/qualified_const' \ No newline at end of file
+require 'active_support/core_ext/module/qualified_const'