SpeciesFileGroup/taxonworks

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

Summary

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