vital-edu/sala-de-espera

View on GitHub
app/views/employees/edit.html.erb

Summary

Maintainability
Test Coverage
<h1>Editing Employee</h1>

<%= render 'form', employee: @employee, action: :update %>

<%= link_to 'Back', employees_path %>