From 4de7442f450462c2d3322abec898862a37e8925a Mon Sep 17 00:00:00 2001 From: Tomohiko Himura Date: Thu, 9 May 2013 00:41:00 +0900 Subject: dependency ActiveSupport::Deprecation --- activesupport/lib/active_support/core_ext/hash/diff.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib/active_support/core_ext/hash/diff.rb') 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. # -- cgit v1.2.3