diff options
author | Tomohiko Himura <eiel.hal@gmail.com> | 2013-05-09 00:41:00 +0900 |
---|---|---|
committer | Tomohiko Himura <eiel.hal@gmail.com> | 2013-05-09 00:41:00 +0900 |
commit | 4de7442f450462c2d3322abec898862a37e8925a (patch) | |
tree | 06f1815d8c070bcd9119e0860f3ac3dd58ab6d3e /activesupport/lib | |
parent | 8b9f5fc864ce87fa13753ba69dd2543eb8b60999 (diff) | |
download | rails-4de7442f450462c2d3322abec898862a37e8925a.tar.gz rails-4de7442f450462c2d3322abec898862a37e8925a.tar.bz2 rails-4de7442f450462c2d3322abec898862a37e8925a.zip |
dependency ActiveSupport::Deprecation
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/core_ext/hash/diff.rb | 2 |
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. # |