AlchemyCMS / alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://www.alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
817 stars 313 forks source link

Remove unused resource `update.js.erb` template #2955

Closed tvdeyen closed 3 days ago

tvdeyen commented 3 days ago

What is this pull request for?

This template is never used. We either redirect or render errors (via the render_errors_or_redirect) method from Admin::BaseController.

Checklist

codecov[bot] commented 3 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.00%. Comparing base (80d8d91) to head (89adfb5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2955 +/- ## ======================================= Coverage 96.00% 96.00% ======================================= Files 232 232 Lines 6282 6282 ======================================= Hits 6031 6031 Misses 251 251 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.