Last active
January 1, 2016 13:49
-
-
Save Senhordim/8153702 to your computer and use it in GitHub Desktop.
Gerar scaffold limpo sem helpers, test e assets.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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