Skip to content

Instantly share code, notes, and snippets.

@kiy0taka
Created July 12, 2013 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiy0taka/5982562 to your computer and use it in GitHub Desktop.
Save kiy0taka/5982562 to your computer and use it in GitHub Desktop.
ratpack {
modules {
register(new AbstractModule() {
protected void configure() {
MongoDatastoreConfigurer.configure("myDatabase", Book)
}
})
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment