Extract large route namespace blocks to separate files (#23914)

This commit is contained in:
Matt Jankowski 2023-05-02 09:41:20 -04:00 committed by GitHub
parent a89b02af92
commit 41eb49b984
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 584 additions and 575 deletions

View file

@ -86,6 +86,7 @@ Metrics/BlockLength:
- 'config/initializers/simple_form.rb'
- 'config/navigation.rb'
- 'config/routes.rb'
- 'config/routes/*.rb'
- 'db/post_migrate/20221101190723_backfill_admin_action_logs.rb'
- 'db/post_migrate/20221206114142_backfill_admin_action_logs_again.rb'
- 'lib/paperclip/gif_transcoder.rb'