expertiza/expertiza

View on GitHub
app/views/shared/_flash_messages.html.erb

Summary

Maintainability
Test Coverage
<% [:info, :success, :warn, :error, :note, :notice].each do |type| %>
  <%= flash_message type %>
<% end %>