Skip to content

Instantly share code, notes, and snippets.

@benolee
Created April 19, 2011 14:25
Show Gist options
  • Save benolee/928025 to your computer and use it in GitHub Desktop.
Save benolee/928025 to your computer and use it in GitHub Desktop.
easier way to do flash messages
- flash.each do |key, msg|
%div{ :id => key }= msg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment