Short question:
How can I use createLink in a Filter?
I’m getting error:
No signature of method:
MyFilters.createLink() is applicable
for argument types…
My code is
createLink(controller:'home')
This code works inside a Controller, but not in a Filter.
SOLVED!