I'm using the validation, as the docs recommends. `errors.add(:base, "format is invalid")` But will output: Setting objects base format is invalid How to remove "Setting objects" from the error message?
I'm using the validation, as the docs recommends.
errors.add(:base, "format is invalid")But will output: Setting objects base format is invalid
How to remove "Setting objects" from the error message?