YaleSTC/shifts

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

Summary

Maintainability
Test Coverage
<% title "New Data Object" %>

<%= render partial: 'form' %>

<p><%= link_to "View all data types", data_types_path %> | 
   <%= link_to "View all data objects", data_objects_path %></p>