GrailsInAction / graina2

Source code for the 2nd edition of Grails in Action
90 stars 93 forks source link

p. 12 - "A word on package naming" box #106

Open alexrod opened 10 years ago

alexrod commented 10 years ago

1st paragraph: /grails-app/qotd/QuoteController.groovy

(controllers/ is missing) should be:

/grails-app/controllers/qotd/QuoteController.groovy


3rd paragraph: /grails-app/controller/com/grailsinaction/qotd/QuoteController .groovy

(an 's' in controller is missing) should be:

/grails-app/controllers/com/grailsinaction/qotd/QuoteController .groovy

pledbrook commented 10 years ago

Thanks for the report. Confirmed.