diff options
| -rw-r--r-- | activesupport/lib/active_support/core_ext/string/output_safety.rb | 2 | 
1 files changed, 1 insertions, 1 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 6251f34daf..43b9fd4bf7 100644 --- a/activesupport/lib/active_support/core_ext/string/output_safety.rb +++ b/activesupport/lib/active_support/core_ext/string/output_safety.rb @@ -171,7 +171,7 @@ module ActiveSupport #:nodoc:        original_concat(value)      end -    def initialize(*) +    def initialize(str = '')        @html_safe = true        super      end  | 
