UNC-Libraries/hy-c

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

Summary

Maintainability
Test Coverage
<%= f.input :language, as: :multi_value_select,
            collection: LanguagesService.select_all_options,
            include_blank: true,
            item_helper: LanguagesService.method(:include_current_value),
            label: 'Language',
            input_html: { class: 'form-control' }
%>