LafayetteCollegeLibraries/spot

View on GitHub
app/views/collections/edit_fields/_slug.html.erb

Summary

Maintainability
Test Coverage
<%=
  f.input :slug,
          required: f.object.required?(key),
          input_html: {
            class: 'form-control',
            readonly: f.object.send(:slug).present?
          }
%>