Return to Snippet

Revision: 33753
at October 13, 2010 00:39 by michaelss


Initial Code
		new Pessoa(nome: "Michael", endereco: "Centro", cidade: "Palmas", uf: "TO").save()
		new Pessoa(nome: "Lisa", endereco: "108N", cidade: "Palmas", uf: "TO").save()

Initial URL


Initial Description


Initial Title
Grails BootStrap

Initial Tags
textmate, groovy

Initial Language
Other