Having a strange problem with a rails model I just created.
Here are my validations:
validates_presence_of :from_name, :message => \'Please provid
Here's my complete config/locales/en.yml that solves the attribute, message, count, and model issues. I got this from the RoR docs here: http://guides.rubyonrails.org/i18n.html
en: activerecord: errors: full_messages: format: "%{attribute} %{message}" template: header: one: "1 error prohibited this %{model} from being saved" other: "%{count} errors prohibited this %{model} from being saved"