YaleSTC/shifts

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

Summary

Maintainability
Test Coverage
<% title "New Department" %>

<%= render partial: 'form', locals: {submit: "Create"} %>

<p><%= link_to "Back to List", departments_path %></p>