LafayetteCollegeLibraries/spot

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

Summary

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