I would like to remove the attribute from my custom validation messages and just display the message, so instead of
School Please Provide Your School Name
full_message expects the two arguments attribute and message.
full_message
attribute
message
Update: Avoid monkey patching and edit your locale file to have something like:
en: errors: format: "%{message}"