aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-04-05 05:57:22 -0700
committerXavier Noria <fxn@hashref.com>2012-04-05 05:57:22 -0700
commitacae4fd4eda2209008527f2e554720f5cb874ac7 (patch)
treeeb006226a837b9dd557f1bb9b150cc9e80221bd1
parent4adaf7bab4412f491717d9935d1d05f3bec0b963 (diff)
parent21d27f60694a52bf9de010adde065ceb69a50562 (diff)
downloadrails-acae4fd4eda2209008527f2e554720f5cb874ac7.tar.gz
rails-acae4fd4eda2209008527f2e554720f5cb874ac7.tar.bz2
rails-acae4fd4eda2209008527f2e554720f5cb874ac7.zip
Merge pull request #3084 from esad/master
Dependency fix for activesupport
-rw-r--r--activesupport/lib/active_support/core_ext/module/deprecation.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/module/deprecation.rb b/activesupport/lib/active_support/core_ext/module/deprecation.rb
index 5a5b4e3f80..9c169a2598 100644
--- a/activesupport/lib/active_support/core_ext/module/deprecation.rb
+++ b/activesupport/lib/active_support/core_ext/module/deprecation.rb
@@ -1,3 +1,5 @@
+require 'active_support/deprecation'
+
class Module
# Declare that a method has been deprecated.
# deprecate :foo