module ::ActiveModel::Validations | |
def errors_on(attribute) | |
self.valid? | |
[self.errors[attribute]].flatten.compact | |
end | |
alias :error_on :errors_on | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment