halogenandtoast/oath

Help people have better error messages?

Closed this issue · 3 comments

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.

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.

I've also considered adding this to the generator for monban-generators

Thanks! You are ON IT.