Skip to content

Commit

Permalink
Chapter 2: First route
Browse files Browse the repository at this point in the history
  • Loading branch information
ryakh committed Feb 17, 2014
1 parent ca3b39a commit c314f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
@@ -1,7 +1,7 @@
App = Ember.Application.create();

App.Router.map(function() {
// put your routes here
this.route('about');
});

App.IndexRoute = Ember.Route.extend({
Expand Down

0 comments on commit c314f3f

Please sign in to comment.