gadzorg/gram2_api_server

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

Summary

Maintainability
Test Coverage
- if notice.present?
  %p#notice= flash[:notice]

- if alert.present?
  %p#alert= flash[:alert]