padcom / grails-routing

Apache License 2.0
30 stars 31 forks source link

Missing start curly brace in Route.groovy config method #10

Closed tom-williams closed 12 years ago

tom-williams commented 12 years ago

As indicated by the title, the template Route.groovy is missing the initial curly brace after the declaration of the: void configure() method.

So when you run the target create-route, the created class doesn't compile before you manually add the curly brace.

padcom commented 12 years ago

Thanks for that :) I have no idea what I was thinking when I removed it.