Skip to content

Commit

Permalink
Merge pull request #437 from sanger/fix-zeitwerk-errors
Browse files Browse the repository at this point in the history
chore: Update require statement for admin presenter in admin controller
  • Loading branch information
stevieing authored Jul 8, 2024
2 parents 65ea844 + 7a8d0b5 commit 8ecea17
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ Style/CaseEquality:
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
Exclude:
- 'app/presenters/admin/index.rb'
- 'app/presenters/admin_presenter/index.rb'
- 'app/presenters/asset_presenter/asset.rb'
- 'app/presenters/asset_presenter/index.rb'
- 'app/presenters/asset_type_presenter/asset_type.rb'
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/admin_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require './app/presenters/admin/index'
require './app/presenters/admin_presenter/index'

class AdminController < ApplicationController
def index
Expand Down
File renamed without changes.

0 comments on commit 8ecea17

Please sign in to comment.