YaleSTC/shifts

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

Summary

Maintainability
Test Coverage
<%= form_for [:user, @punch_clock] do |f| %>
  <%= f.error_messages %>
  <p>
    <%= f.label :description %><br />
    <%= f.text_field :description %>
  </p>
  <p><%= f.submit "Submit" %></p>
<% end %>