jeffscottbrown commented on issue #14769:
URL: https://github.com/apache/grails-core/issues/14769#issuecomment-2939882307

   > All of them. That logic has been part of the scaffolding plugin for a long 
time.
   
   Got it.  I am not used to seeing that call to uncapitalize() in scaffolded 
controllers.  For example, in 6.2.3 I am seeing this:
   
   ```groovy
   def index(Integer max) {
           params.max = Math.min(max ?: 10, 100)
           respond widgetService.list(params), model:[widgetCount: 
widgetService.count()]
   }
   ```
   
   Thank you for the info.  That was really helpful.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to