Skip to content

Instantly share code, notes, and snippets.

@paulelliott
Created February 28, 2011 02:42
Show Gist options
  • Save paulelliott/846862 to your computer and use it in GitHub Desktop.
Save paulelliott/846862 to your computer and use it in GitHub Desktop.
mongoid generator
module YourApp
class Application < Rails::Application
config.generators do |g|
g.orm :mongoid
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment