From 654dd04af61727e94b293b6713d8775b8d8ad630 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Wed, 2 Apr 2014 13:17:21 -0300 Subject: Move require to actual file Change to require all active_support/deprecation since that's the actual entry point for the deprecation methods. --- activesupport/lib/active_support/core_ext/string/output_safety.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/core_ext/string/output_safety.rb b/activesupport/lib/active_support/core_ext/string/output_safety.rb index 85cc75ff9a..2c8995be9a 100644 --- a/activesupport/lib/active_support/core_ext/string/output_safety.rb +++ b/activesupport/lib/active_support/core_ext/string/output_safety.rb @@ -1,5 +1,6 @@ require 'erb' require 'active_support/core_ext/kernel/singleton_class' +require 'active_support/deprecation' class ERB module Util -- cgit v1.2.3