Skip to content

Instantly share code, notes, and snippets.

@cwsaylor
Created February 5, 2012 01:57
Show Gist options
  • Save cwsaylor/1741920 to your computer and use it in GitHub Desktop.
Save cwsaylor/1741920 to your computer and use it in GitHub Desktop.
-if @item.errors.any?
#error_explanation
%h2= "#{pluralize(@item.errors.count, "error")} prohibited this item from being saved:"
%ul
- @item.errors.full_messages.each do |msg|
%li= msg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment