Configure Rails’s default generators
11 March 2022 (Updated 11 March 2022)
Add the following to config/application.rb
:
config.generators do |g|
g.assets false
g.helper false
g.stylesheets false
end
Sources
Tagged:
Rails
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment