zeitwerk: expected file to define constant Generators:: for custom rails generators · Issue #38671 · rails/rails
Steps to reproduce Create a custom generator following this guide. Add lib to your autoload/eager load path: extra_paths = %W( #{config.root}/lib ) config.autoload_paths += extra_paths config.eager...