If I have a text input name 'email', and if I set :message => 'Your email is wrong kind' the validation error message will have something like
'Email Your email is wrong kind.'
I am wondering if there is any way to remove that orginal input name (in above case, its Email) from the validation error output in rails3.