Skip to content

Instantly share code, notes, and snippets.

@steveclarke
Created March 28, 2012 02:48
Show Gist options
  • Save steveclarke/2223126 to your computer and use it in GitHub Desktop.
Save steveclarke/2223126 to your computer and use it in GitHub Desktop.
Flash Messages Partial
<% flash.each do |name, message| %>
<%= content_tag("p", message, class: name) %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment