Created
March 25, 2015 23:00
-
-
Save jmmcduffie/fa09376940afdf67ebc1 to your computer and use it in GitHub Desktop.
Rails generators configuration
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
# in config/application.rb | |
config.generators do |g| | |
g.helper false | |
g.assets false | |
g.skip_routes true | |
g.controller_specs false | |
g.view_specs false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment