LafayetteCollegeLibraries/spot

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

Summary

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