I have an action that may be triggered from different routes/templates, but ultimately should be sent to an action in the application controller. How do I do this? I've only seen examples of the needs
property being used for sending actions to child controllers.
So how can actions sent from /posts/post
and /
(application) both be sent to the application controller?