aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-04-02 13:17:21 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-04-02 13:17:21 -0300
commit654dd04af61727e94b293b6713d8775b8d8ad630 (patch)
tree51eec660db3019f7e26ed3702e8a3586e0762be8 /activesupport/lib/active_support/core_ext/string
parenta9752dcfd15bcddfe7b6f7126f3a6e0ba5927c56 (diff)
downloadrails-654dd04af61727e94b293b6713d8775b8d8ad630.tar.gz
rails-654dd04af61727e94b293b6713d8775b8d8ad630.tar.bz2
rails-654dd04af61727e94b293b6713d8775b8d8ad630.zip
Move require to actual file
Change to require all active_support/deprecation since that's the actual entry point for the deprecation methods.
Diffstat (limited to 'activesupport/lib/active_support/core_ext/string')
-rw-r--r--activesupport/lib/active_support/core_ext/string/output_safety.rb1
1 files changed, 1 insertions, 0 deletions
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