I just tried to scaffold editing of a domain class from a controller
not named the same as the domain class... and it breaks.
i.e:
class AdminFormTargetsController {
def afterInterceptor = Common.initDefaultModelVariables
def scaffold = FormTarget
}
URLs like myapp/adminFormTargets/list don't work, all the views have
been put into WEB-INF/grails-app/views/formTarget/