UNC-Libraries/hy-c

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

Summary

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