This repository was archived by the owner on May 26, 2019. It is now read-only.

Description
This page in the guides talks about actions, but doesn't cover some major gotchas around where actions should be put and where they can be passed.
Examples:
- An action defined in a controller can be passed to a route's child components
- An action in the route's js can't be passed to a child component
- An action in a route js can be used in the route's template directly
This should be explained somehow.