YaleSTC/shifts

View on GitHub
app/views/reports/_form.html.erb

Summary

Maintainability
Test Coverage
<%= form_for([:shift, @report], url: shift_report_path) do |f| %>
  <%= f.error_messages %>
  <p><%= f.submit "Yes" %></p>
<% end %>