What's a good way to find source code that would get generated for methods like : 'findBy' or 'addTo' that get dynamically created for domain classes? I am really curious what the 'addTo' me开发者_开发问答thod really does. thanks.
you can access the Grails source code via their Git repository, as long as you have a Git client you can check out the source here:
git clone http://github.com/grails/grails-core.git
all the details to access it are here:
http://www.grails.org/GrailsDevEnvironment
精彩评论