0f17378b26
Refs #4001 - grunt-jscs@0.8.1 which provides ES6 support.
8 lines
147 B
JavaScript
8 lines
147 B
JavaScript
var ContentRoute = Ember.Route.extend({
|
|
beforeModel: function () {
|
|
this.transitionTo('posts');
|
|
}
|
|
});
|
|
|
|
export default ContentRoute;
|