Action targetting controller or view

Problem

Using {{action foo}} will call a foo method on the router by default. But you might need to do that with a view or a controller.

Solution

Specify a target for your {{action}}, such as the following

{{action foo target="controller"}}
{{action foo target="view"}}