MitinPavel/hello_monument

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

Summary

Maintainability
Test Coverage
- if form.object.errors.any?
  #error_explanation
    %h2
      = pluralize form.object.errors.count, "error"
      prohibited this record from being saved:
    %ul
      - form.object.errors.full_messages.each do |message|
        %li= message