OSDN Git Service

GeorgeValergas/embrr
[embrj/master.git] / app / scripts / routes / application_route.js
1 Embrr.ApplicationRoute = Ember.Route.extend({
2     // admittedly, this should be in IndexRoute and not in the
3     // top level ApplicationRoute; we're in transition... :-)
4     model: function () {
5         return ['red', 'yellow', 'blue'];
6     }
7 });