6 lines
101 B
Plaintext
Raw Normal View History

export default Ember.Route.extend({
beforeModel() {
this.transitionTo('adminApiKeys');
}
});