Advertisement
alidadasb

AnyController

Dec 16th, 2011
2,121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.17 KB | None | 0 0
  1. /**
  2.  * @author Alidad Soleimani
  3.  */
  4.  
  5. class AnyController {
  6.     def autoCompleteService
  7.     def autocompleteAction= {
  8.         render autoCompleteService.autocompleteAction(params)
  9.     }
  10.     ...
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement