Skip to content

Instantly share code, notes, and snippets.

@slant
Created July 12, 2010 19:25
Show Gist options
  • Save slant/472941 to your computer and use it in GitHub Desktop.
Save slant/472941 to your computer and use it in GitHub Desktop.
flash.keys.each do |f|
content_tag(:p, flash[f], :class => "flash #{f}")
end
>> flash[:notice] = 'A notice'
=> <p class="flash notice">A notice</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment