SpeciesFileGroup/taxonworks

View on GitHub
app/views/type_materials/_quick_search_form.html.erb

Summary

Maintainability
Test Coverage
<%= form_tag(search_type_materials_path, {method: :get}) do %>
  <%= render partial: 'workbench/elements/forms/ajax_select',
    locals: {controller: 'type_materials',
             object: nil,
             method: 'id',
             autofocus: true,
             send_select: true,                         
             tag_id:  'type_material_id_for_quick_search_form',
             size: '',
             display: '' } %>
<% end %>