Displaying 1 result from an estimated 1 matches for "m000311".
Did you mean:
m000011
2011 Oct 25
1
Customizing errors
Hello fellow Rails devs,
I had a slight problem with validation messages. I had a Post AR model
that has an :author_name attribute.
Now if a validation goes wrong, I would like the message to say: "Name
of author can''t be blank" as opposed to "author name can''t be blank".
I have tried looking into the Rails Guides for I18n #5 but it seems