I use
errors.add(:body, 'is a bit short.. ')
which will result in the error message
Body is a bit short
I'd like to add an error to :body
but with the result
Explanation is a bit short
Is there a way to change beginning of the error message and still to have be attached to :body
?