Created
February 28, 2011 02:42
-
-
Save paulelliott/846862 to your computer and use it in GitHub Desktop.
mongoid generator
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
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