teddim/gCamp

View on GitHub
app/views/shared/_error_registration.haml

Summary

Maintainability
Test Coverage
- if object.errors.any?
  .text-danger
    - object.errors.full_messages.each do |error|
      %div
        = error