import Route from '@ember/routing/route';
export default Route.extend({
model: function() {
return this.modelFor('stack').get('stack');
}
});