| Issue 31: | [PATCH] Active Record validation messages not humanized | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Active Record validation messages are humanized sentences by default. For example: "Name can't be blank" "Master price can't be blank" for name and master_price attributes. With globalite enabled this messages are: "name can't be blank" "master_price can't be blank" Solution: It's just to add humanize method to the localized attribute name. Here is a patch |
|
,
Jun 04, 2008
(No comment was entered for this change.)
Status: Accepted
|
|
|
|