UNC-Libraries/hy-c

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

Summary

Maintainability
Test Coverage
<%# app/views/records/edit_fields/_author_status.html.erb %>
<%= f.input :author_status, as: :select,
            collection: AuthorStatusService.select_all_options,
            include_blank: true,
            item_helper: AuthorStatusService.method(:include_current_value),
            label: 'Author Status',
            input_html: { class: 'form-control' }
%>