JuanVqz/doctors

View on GitHub
app/views/patients/information/_index.html.haml

Summary

Maintainability
Test Coverage
= render 'patients/information/info', patient: patient if patient&.present?

= render 'patients/information/appointments', appointments: appointments if appointments&.any?