<%= form_for @workout do |f| %> <%= f.label :date %> <%= f.text_field :date %> <%= f.submit nil %> <% end %>