-
-
Save obelich/3c3e67d7091de6d492beedcd05e610ff to your computer and use it in GitHub Desktop.
Desabilita la generación de estilos, helpers y javascripts al hacer un scaffold
This file contains 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
config.generators do |g| | |
g.stylesheets false | |
g.helper false | |
g.javascripts false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment