YaleSTC/shifts

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

Summary

Maintainability
Test Coverage
<% title "Edit User Profile Field" %>

<%= render partial: 'form' %>

<p>
  <%= link_to "Show", @user_profile_field %> |
  <%= link_to "View All", user_profile_fields_path %>
</p>