@object.errors.full_messages.first
@object.errors
@object.errors.values.flatten.compact
@object.errors.messages.map {|e| { key: e.first, value: e.second } }
Last active
April 30, 2020 09:32
-
-
Save SunDi3yansyah/77fa027fe660dda4d3f6e909a45c587e to your computer and use it in GitHub Desktop.
Rails Errors
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment