Skip to content

Instantly share code, notes, and snippets.

@edison
Created September 8, 2012 18:57
Show Gist options
  • Save edison/3678640 to your computer and use it in GitHub Desktop.
Save edison/3678640 to your computer and use it in GitHub Desktop.
form
<div class="alert alert-error">
<% @quote.errors.full_messages.each do |msg| %>
<p><%= msg %></p>
<% end %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment