blob: b200ec5c9567429dfc9b098eb31c18047610d2d5 [file] [log] [blame]
class @controller.name@Controller {
@Property String defaultAction = "list"
@Property Closure list = { request,response ->
return null;
}
}