Skip to content

Instantly share code, notes, and snippets.

@mranallo
Created August 14, 2009 06:13
Show Gist options
  • Save mranallo/167674 to your computer and use it in GitHub Desktop.
Save mranallo/167674 to your computer and use it in GitHub Desktop.
def flash_helper
[:notice, :warning, :message, :success].collect do |key|
content_tag(:div, flash[key], :class => "#{key}") unless flash[key].blank?
end.join
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment