Skip to content

Instantly share code, notes, and snippets.

@obelich
Last active November 15, 2017 17:31
Show Gist options
  • Save obelich/3c3e67d7091de6d492beedcd05e610ff to your computer and use it in GitHub Desktop.
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
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