Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrrooijen/164416 to your computer and use it in GitHub Desktop.
Save mrrooijen/164416 to your computer and use it in GitHub Desktop.
# Place this line below in your environment.rb to remove the Form Error Decorations that display when the form validation failed.
ActionView::Base.field_error_proc = proc { |input, instance| input }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment