aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/synchronization.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-01 20:48:08 +0100
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-01 14:28:56 -0800
commit4d2f0d2287a4fde4e6425814e85d812dd7c4b203 (patch)
tree39e5e3c55743dd2c20f3cb745f8a1e109e1bbbb7 /activesupport/lib/active_support/core_ext/module/synchronization.rb
parent8ae9ef75f3074290ed860c7cbec31913a4fa325b (diff)
downloadrails-4d2f0d2287a4fde4e6425814e85d812dd7c4b203.tar.gz
rails-4d2f0d2287a4fde4e6425814e85d812dd7c4b203.tar.bz2
rails-4d2f0d2287a4fde4e6425814e85d812dd7c4b203.zip
synchronization.rb needs active_support/core_ext/array/extract_options
Diffstat (limited to 'activesupport/lib/active_support/core_ext/module/synchronization.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/module/synchronization.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/module/synchronization.rb b/activesupport/lib/active_support/core_ext/module/synchronization.rb
index f72d512340..115b8abd4e 100644
--- a/activesupport/lib/active_support/core_ext/module/synchronization.rb
+++ b/activesupport/lib/active_support/core_ext/module/synchronization.rb
@@ -1,4 +1,5 @@
require 'active_support/core_ext/module/aliasing'
+require 'active_support/core_ext/array/extract_options'
class Module
# Synchronize access around a method, delegating synchronization to a