mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 19:52:01 +03:00
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;
|