LafayetteCollegeLibraries/spot

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

Summary

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