X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fcustomer%2F_form.rhtml;h=31073344a01354c55496593c9cb6ee9cd42f47a0;hb=38bf6e867a85ce3283a5b696bfa54afc63fa75bd;hp=df2a4b000b624075e9ad073034fae4389aea63b1;hpb=f09365a8d79a8a4a756fdba732bb753829df0df2;p=cs356-p2-videostore.git diff --git a/app/views/customer/_form.rhtml b/app/views/customer/_form.rhtml index df2a4b0..3107334 100644 --- a/app/views/customer/_form.rhtml +++ b/app/views/customer/_form.rhtml @@ -5,7 +5,7 @@ <%= text_field 'customer', 'name' %>


-<%= text_field 'customer', 'address' %>

+<%= text_area 'customer', 'address' %>


<%= text_field 'customer', 'email' %>