LafayetteCollegeLibraries/spot

View on GitHub
app/views/student_works/edit_fields/_access_note.html.erb

Summary

Maintainability
Test Coverage
<%= f.input :access_note,
            as: :multi_value,
            input_html: { rows: '10', type: 'textarea' },
            required: f.object.required?(key) %>