deiga/new-Roydon

View on GitHub
app/views/application/_flashes.html.haml

Summary

Maintainability
Test Coverage
#flash
  - flash.each do |key, value|
    .wrapper
      %div{title: "#{key.to_s.humanize}", class: "#{key} rounded" }
        = value