Question from begginer ember dev

How call action in route.js in the same file?

You can call an action from within the same route via this.send if the current route is the active route.

Example: Ember Twiddle

1 Like

can we buble a send action ?