Compare, begin components

This commit is contained in:
Matthew Dillon 2015-11-11 17:07:45 -07:00
parent 2beabf817c
commit 268ab18cf6
8 changed files with 122 additions and 92 deletions

View file

@ -1,6 +1,8 @@
import Ember from 'ember';
export default Ember.Route.extend({
const { Route } = Ember;
export default Route.extend({
beforeModel: function(transition) {
this._super(transition);
this.transitionTo('protected.compare');

View file

@ -1 +0,0 @@
Welcome