YaleSTC/shifts

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

Summary

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

<%= render partial: 'form' %>

<p>
  <%= link_to "Show", @data_object %> |
  <%= link_to "View all data objects", data_objects_path %>
</p>