SpeciesFileGroup/taxonworks

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

Summary

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