Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /**
  2.  * @author Alidad Soleimani
  3.  */
  4.  
  5. class AnyController {
  6.     def autoCompleteService
  7.     def autocompleteAction= {
  8.         render autoCompleteService.autocompleteAction(params)
  9.     }
  10.     ...
  11. }