Skip to content

Commit

Permalink
Fixes #37466 - Support Zeitwerk loader
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Aug 30, 2024
1 parent d1b1641 commit a113c3a
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 306 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ Metrics/AbcSize:
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
# IgnoredMethods: refine
Metrics/BlockLength:
Max: 255
Max: 433

# Offense count: 11
# Configuration parameters: CountComments, CountAsOne.
Expand Down
5 changes: 5 additions & 0 deletions config/initializers/inflections.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Rails.autoloaders.each do |autoloader|
autoloader.inflector.inflect(
'node_api' => 'NodeAPI'
)
end
Loading

0 comments on commit a113c3a

Please sign in to comment.