diff options
author | Xavier Noria <fxn@hashref.com> | 2011-07-23 14:15:00 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-07-23 14:15:00 +0200 |
commit | 4d8aaff4ea7334ff3f88bedec8147904846f435e (patch) | |
tree | 0f79cccfca531d2ac9ec9a997740b6994da2988d /activesupport | |
parent | c300e13a9c4b38a6ddadc853f23f81effde42c42 (diff) | |
download | rails-4d8aaff4ea7334ff3f88bedec8147904846f435e.tar.gz rails-4d8aaff4ea7334ff3f88bedec8147904846f435e.tar.bz2 rails-4d8aaff4ea7334ff3f88bedec8147904846f435e.zip |
adds a couple of missing magic comments [fixes #1374]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/core_ext/string/conversions.rb | 1 | ||||
-rw-r--r-- | activesupport/lib/active_support/multibyte/unicode.rb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/string/conversions.rb b/activesupport/lib/active_support/core_ext/string/conversions.rb index 664537eea4..0f8933b658 100644 --- a/activesupport/lib/active_support/core_ext/string/conversions.rb +++ b/activesupport/lib/active_support/core_ext/string/conversions.rb @@ -1,3 +1,4 @@ +# encoding: utf-8 require 'date' require 'active_support/core_ext/time/publicize_conversion_methods' require 'active_support/core_ext/time/calculations' diff --git a/activesupport/lib/active_support/multibyte/unicode.rb b/activesupport/lib/active_support/multibyte/unicode.rb index 513f83e445..754ca9290b 100644 --- a/activesupport/lib/active_support/multibyte/unicode.rb +++ b/activesupport/lib/active_support/multibyte/unicode.rb @@ -1,3 +1,4 @@ +# encoding: utf-8 module ActiveSupport module Multibyte module Unicode |