Module: FlashHelper
- Defined in:
- app/helpers/flash_helper.rb
Instance Method Summary collapse
Instance Method Details
#flash_tag(flash) ⇒ Object
3 4 5 6 7 |
# File 'app/helpers/flash_helper.rb', line 3 def flash_tag(flash) flash.collect do |level, | content_tag(:div, sanitize(), :class => level) end.join("\n").html_safe end |