From 2c423b3f3f0d489b0e9943b69f5b25d97006ca74 Mon Sep 17 00:00:00 2001 From: Andrew Mutz Date: Wed, 16 May 2012 13:22:52 -0700 Subject: reverting decoupling of NumberHelper from safe_join and adding tests for escaping of delimiters and separators --- activesupport/lib/active_support/testing/performance.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/testing/performance.rb b/activesupport/lib/active_support/testing/performance.rb index ec6986654e..2bea0f991a 100644 --- a/activesupport/lib/active_support/testing/performance.rb +++ b/activesupport/lib/active_support/testing/performance.rb @@ -196,6 +196,7 @@ module ActiveSupport class Base include ActionView::Helpers::NumberHelper + include ActionView::Helpers::OutputSafetyHelper attr_reader :total -- cgit v1.2.3