aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2015-09-18 17:05:05 +0900
committerAkira Matsuda <ronnie@dio.jp>2015-09-18 17:05:05 +0900
commitdcecbb4234e5b0e4751b57ce49c7afbf0775f937 (patch)
tree77b54737613b5182ba2694f2877e3f9da9b66333 /activemodel
parentda737ba7b9d2e0411043b5fb5c03063abc5341a8 (diff)
downloadrails-dcecbb4234e5b0e4751b57ce49c7afbf0775f937.tar.gz
rails-dcecbb4234e5b0e4751b57ce49c7afbf0775f937.tar.bz2
rails-dcecbb4234e5b0e4751b57ce49c7afbf0775f937.zip
File encoding is defaulted to utf-8 in Ruby >= 2.1
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model/errors.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activemodel/lib/active_model/errors.rb b/activemodel/lib/active_model/errors.rb
index 29e0c977ce..4726a68f69 100644
--- a/activemodel/lib/active_model/errors.rb
+++ b/activemodel/lib/active_model/errors.rb
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
require 'active_support/core_ext/array/conversions'
require 'active_support/core_ext/string/inflections'
require 'active_support/core_ext/object/deep_dup'