I am trying to create an ember-addon which will extend the consuming app’s router. I want to have a route which will act as an application route for the addon i.e I need the route to be executed whenever I call the routes that are present in addon.
Please help out!