<%= f.label :custom_name, "Name" %> <%= f.text_field :custom_name, class: 'form-control ingredient-typeahead custom_name' %>
<%= f.label :quantity %> <%= f.text_field :quantity, class: 'form-control' %>
<%= f.label :units %> <%= f.text_field :units, class: 'form-control' %>
<%= f.label :custom_density, "Density" %> <%= f.text_field :custom_density, class: 'form-control custom_density' %>
<%= link_to_remove_association f, class: 'btn btn-danger' do %> <% end %>
<%= f.hidden_field :ingredient_id, class: 'ingredient_id' %> <%= f.hidden_field :sort_order, class: 'sort_order' %>