Skip to content

Instantly share code, notes, and snippets.

@Senhordim
Last active January 1, 2016 13:49
Show Gist options
  • Save Senhordim/8153702 to your computer and use it in GitHub Desktop.
Save Senhordim/8153702 to your computer and use it in GitHub Desktop.
Gerar scaffold limpo sem helpers, test e assets.
# Adicione o código dentro do module em config/application.rb
config.generators do |g|
g.assets false
g.helper false
g.test_framework nil
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment