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