From 9a47db70c90ee879a5d85e7328b1a02626a87ee2 Mon Sep 17 00:00:00 2001 From: Abhay Nikam Date: Tue, 23 Jul 2019 23:33:32 +0530 Subject: Fixed the typo in the deprecation error messages. Followup #36738 --- activemodel/lib/active_model/errors.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel') diff --git a/activemodel/lib/active_model/errors.rb b/activemodel/lib/active_model/errors.rb index 480f24183a..42c004ce31 100644 --- a/activemodel/lib/active_model/errors.rb +++ b/activemodel/lib/active_model/errors.rb @@ -307,7 +307,7 @@ module ActiveModel ActiveSupport::Deprecation.warn(<<~EOM) ActiveModel::Errors#to_h is deprecated and will be removed in Rails 6.2 Please use `ActiveModel::Errors.to_hash` instead. The values in the hash - returned by `ActiveModel::Erors.to_hash` is an array of error messages. + returned by `ActiveModel::Errors.to_hash` is an array of error messages. EOM to_hash.transform_values { |values| values.last } -- cgit v1.2.3