We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9003a commit 36810f0Copy full SHA for 36810f0
scripts/_GrailsGenerate.groovy
@@ -76,6 +76,7 @@ target(uberGenerate: "Generates controllers and views for all domain classes.")
76
77
def generateForDomainClass(domainClass) {
78
def templateGenerator = new DefaultGrailsTemplateGenerator(classLoader)
79
+ templateGenerator.grailsApplication = grailsApp
80
templateGenerator.pluginManager = pluginManager
81
if (generateViews) {
82
event("StatusUpdate", ["Generating views for domain class ${domainClass.fullName}"])
0 commit comments