Skip to content

Instantly share code, notes, and snippets.

@nwjsmith
Created January 15, 2014 21:12
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 nwjsmith/8444794 to your computer and use it in GitHub Desktop.
Save nwjsmith/8444794 to your computer and use it in GitHub Desktop.
<% unless form.object.errors.empty? %>
<div class="alert alert-danger">
<p><strong>Bummer!</strong> Try again after fixing this up:</p>
<% form.object.errors.full_messages.each do |message| %>
<ul>
<li><%= message %></li>
</ul>
<% end %>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment