Our client has decided that they would like all blank AR error messages to be changed from "can't be blank" to "must be completed" throughout the entire app.
What's the easiest Rails'y way of doing this?
Use config/locales/en.yml
Specifically, put the following in that file:
en:
activerecord:
errors:
messages:
blank: "must be completed"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With