From dcecbb4234e5b0e4751b57ce49c7afbf0775f937 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Fri, 18 Sep 2015 17:05:05 +0900 Subject: File encoding is defaulted to utf-8 in Ruby >= 2.1 --- activemodel/lib/active_model/errors.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activemodel') 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' -- cgit v1.2.3