Having a strange problem with a rails model I just created.
Here are my validations:
validates_presence_of :from_name, :message => \'Please provid
Go to dir_of_ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.x/lib/active_record/locale and edit the en.yml... replace the {{variable}} to %{variable}
Worked for me...
PS: maybe the path would be different for you. Adapt for you convenience.