UNC-Libraries/hy-c

View on GitHub
app/views/records/edit_fields/_dcmi_type.html.erb

Summary

Maintainability
Test Coverage
<%= f.input :dcmi_type, as: :select,
            collection: DcmiTypeService.select_all_options,
            include_blank: true,
            item_helper: DcmiTypeService.method(:include_current_value),
            input_html: { class: 'form-control', multiple: true, size: 6 }
%>