I’ve made some changes to the en.yml and it’s still showing the old error message I previously made.
en:
activerecord:
models:
packjob:
attributes:
pj_packer:
errors:
models:
packjob:
attributes:
pj_packer:
blank: "A packer must be selected"
I’ve recycled the rails server and it’s still showing the old error message:
Pj packer can't be blank
Why is the old error message still being picked up instead of the new one?
You’re missing indentation for
blank.