From 30f3a3df77a63f09a291c70f26a8a4f534827cd2 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 1 Apr 2010 21:42:03 -0700 Subject: errors.rb needs to be declared as UTF-8 [#3941 state:resolved] Signed-off-by: wycats --- activemodel/lib/active_model/errors.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activemodel/lib/active_model/errors.rb') diff --git a/activemodel/lib/active_model/errors.rb b/activemodel/lib/active_model/errors.rb index 8d28040c32..64b28f6def 100644 --- a/activemodel/lib/active_model/errors.rb +++ b/activemodel/lib/active_model/errors.rb @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + require 'active_support/core_ext/array/wrap' require 'active_support/core_ext/string/inflections' require 'active_support/core_ext/object/blank' -- cgit v1.2.3