Name <%= f.text_field :name %>
Started <%= f.check_box :started %>
Start time <%= f.datetime_select :start_time %>
<%= f.submit "Update" %>