vital-edu/sala-de-espera

View on GitHub
app/views/service_categories/new.html.erb

Summary

Maintainability
Test Coverage
<h1>New Service Category</h1>

<%= render 'form', service_category: @service_category %>

<%= link_to 'Back', service_categories_path %>