UNC-Libraries/hy-c

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

Summary

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