From fdeef19833ce47b03bcb792f1850f6233f050b9f Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Sun, 1 Feb 2015 10:31:53 -0200 Subject: Move required error message and changelog to Active Record The new association error belongs to Active Record, not Active Model. See #18700 for reference. --- activemodel/lib/active_model/locale/en.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'activemodel/lib/active_model') diff --git a/activemodel/lib/active_model/locale/en.yml b/activemodel/lib/active_model/locale/en.yml index b0b20ee0bf..b11c8f53b4 100644 --- a/activemodel/lib/active_model/locale/en.yml +++ b/activemodel/lib/active_model/locale/en.yml @@ -14,10 +14,9 @@ en: empty: "can't be empty" blank: "can't be blank" present: "must be blank" - required: "must exist" too_long: one: "is too long (maximum is 1 character)" - other: "is too long (maximum is %{count} characters)" + other: "is too long (maximum is %{count} characters)" too_short: one: "is too short (minimum is 1 character)" other: "is too short (minimum is %{count} characters)" -- cgit v1.2.3