Skip to content

Commit

Permalink
Change namespace of generator for zeitwerk in rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Jan 24, 2024
1 parent 6055fbd commit 80c5dab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'rails/generators'

class TestAppGenerator < Rails::Generators::Base
class Generators::TestAppGenerator < Rails::Generators::Base
source_root './spec/test_app_templates'

# if you need to generate any additional configuration
Expand Down

0 comments on commit 80c5dab

Please sign in to comment.