sajad torkamani

Add the following to config/application.rb:

config.generators do |g|
  g.assets false
  g.helper false
  g.stylesheets false
end

Sources

Tagged: Rails