diff --git a/app/views/recipes/_form.html.erb b/app/views/recipes/_form.html.erb index be57edc..fb81d3f 100644 --- a/app/views/recipes/_form.html.erb +++ b/app/views/recipes/_form.html.erb @@ -28,7 +28,7 @@
<%= f.label :yields, class: "control-label" %> - <%= f.number_field :yields, class: 'form-control', placeholder: 'Servings' %> + <%= f.text_field :yields, class: 'form-control', placeholder: 'Servings' %>