<% @authors.each do |author| %>
<%= author.id %>
<%= author.firstname %>
<%= link_to "Delete Ingredient", {:controller => :authors, :action => 'destroy', :id => author.id }, :method => :delete %>
<% end %>
= select_tag :client, options_from_collection_for_select(@clients), include_blank: 'Seleccione un cliente', class: 'form-control'