From 72ac0aab3b573bed5fda8fab83331a8dee5cd557 Mon Sep 17 00:00:00 2001 From: Dan Elbert Date: Tue, 10 May 2016 14:39:26 -0500 Subject: [PATCH] Changed yields input to text_field --- app/views/recipes/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' %>