Help people have better error messages?
Closed this issue · 3 comments
gabebw commented
Are you interested in adding this to the README?
en:
activerecord:
attributes:
user:
password_digest: "Password"
This would make it so that a presence validation on :password_digest
would display as Password can't be blank
instead of Password digest can't be blank
.
calebhearth commented
Sure.
Sent from my iPhone
On Jul 10, 2014, at 2:13 PM, Gabe Berke-Williams notifications@github.com wrote:
Are you interested in adding this to the README?
en:
activerecord:
attributes:
user:
password_digest: "Password"
This would make it so that a presence validation on :password_digest would display as Password can't be blank instead of Password digest can't be blank.—
Reply to this email directly or view it on GitHub.
halogenandtoast commented
I've also considered adding this to the generator for monban-generators
gabebw commented
Thanks! You are ON IT.