Skip to content

Instantly share code, notes, and snippets.

@warlley
Created September 22, 2011 12:40
Show Gist options
  • Save warlley/1234663 to your computer and use it in GitHub Desktop.
Save warlley/1234663 to your computer and use it in GitHub Desktop.
Rails Generators
config.generators do |g|
g.orm :mongoid
g.template_engine :erb
g.test_framework :rspec
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment