Skip to content

Instantly share code, notes, and snippets.

@SunDi3yansyah
Last active April 30, 2020 09:32
Show Gist options
  • Select an option

  • Save SunDi3yansyah/77fa027fe660dda4d3f6e909a45c587e to your computer and use it in GitHub Desktop.

Select an option

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