YaleSTC/shifts

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

Summary

Maintainability
Test Coverage
<%= form_for @user_profile_entry do |f| %>
  <%= f.error_messages %>
  <p>
    <%= f.label :content %><br />
    <%= f.text_field :content %>
  </p>
  <p><%= f.submit "Submit" %></p>
<% end %>