X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fcustomer%2F_form.rhtml;fp=app%2Fviews%2Fcustomer%2F_form.rhtml;h=31073344a01354c55496593c9cb6ee9cd42f47a0;hb=134e6957256c2331e73fbab9ea527cba040c684d;hp=df2a4b000b624075e9ad073034fae4389aea63b1;hpb=3650c5f411112965a12718b75ccbedde3186fa15;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' %>