My project contains tagcloud and I am following the sample on:
My problem is, that I can't call the action from the controller to assign different fonts based on the frequency of my tags. If anyone has done this before through other examples or this example I would appreciate if you can share.
The answer to this is that I needed to add the controller to my view as a namespace to be able to call the method that calculates the frequency thanks