projectblacklight / spotlight

Spotlight enables librarians, curators, and others who are responsible for digital collections to create attractive, feature-rich websites that highlight these collections.
Other
157 stars 64 forks source link

Remove unnecessary require #3033

Closed taylor-steve closed 1 week ago

taylor-steve commented 1 week ago

Rails 7.1 changes the autoloader behavior, and this require throws an error.

I don't think this require is needed any longer. Maybe in Rails 6.1 if using the classic autoloader?