call ember action from another action

Developer from somewhere

If you need to call a different action from one of your actions, you can use:

this.send("nameOfOtherAction", someArguments)