I'm doing a customer registration here for the store and it turns out that some customers have more than 2 phone numbers the system already works with two fixed and one mobile phone fields:
<%= f.label :telcelular , "Tel. Celular" %>
<%= f.telephone_field :telcelular %>
<%= f.label :telfixo , "Tel. Fixo" %>
<%= f.telephone_field :telfixo %>
There is no way for me to create a field for each phone, since I do not know how many phone numbers each customer has, is there any possibility of saving all the phones in a field?