Skip to content

Instantly share code, notes, and snippets.

@victorbstan
Created June 5, 2011 21:40
Show Gist options
  • Save victorbstan/1009454 to your computer and use it in GitHub Desktop.
Save victorbstan/1009454 to your computer and use it in GitHub Desktop.
Flash message generator for Padrino views
.flash=[:error, :warning, :notice].map { |type| flash_tag(type, :id => "flash_#{type}") }.join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment