aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorTomohiko Himura <eiel.hal@gmail.com>2013-05-09 00:41:00 +0900
committerTomohiko Himura <eiel.hal@gmail.com>2013-05-09 00:41:00 +0900
commit4de7442f450462c2d3322abec898862a37e8925a (patch)
tree06f1815d8c070bcd9119e0860f3ac3dd58ab6d3e /activesupport/lib/active_support
parent8b9f5fc864ce87fa13753ba69dd2543eb8b60999 (diff)
downloadrails-4de7442f450462c2d3322abec898862a37e8925a.tar.gz
rails-4de7442f450462c2d3322abec898862a37e8925a.tar.bz2
rails-4de7442f450462c2d3322abec898862a37e8925a.zip
dependency ActiveSupport::Deprecation
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/core_ext/hash/diff.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/hash/diff.rb b/activesupport/lib/active_support/core_ext/hash/diff.rb
index 5f3868b5b0..4359213380 100644
--- a/activesupport/lib/active_support/core_ext/hash/diff.rb
+++ b/activesupport/lib/active_support/core_ext/hash/diff.rb
@@ -1,3 +1,5 @@
+require 'active_support/deprecation'
+
class Hash
# Returns a hash that represents the difference between two hashes.
#