UNC-Libraries/hy-c

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

Summary

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