Add concept waiter section

This commit is contained in:
2014-03-23 15:30:21 +01:00
parent 37970e5bef
commit 474d5f88c6
45 changed files with 367 additions and 103 deletions
@@ -0,0 +1,3 @@
App.ApplicationRoute = Ember.Route.extend
setupController: ->
@controllerFor('product_categories').set 'model', @store.find('product_category')
@@ -0,0 +1,2 @@
App.IndexRoute = Ember.Route.extend
redirect: -> @transitionTo('sections')
@@ -0,0 +1,2 @@
App.SectionsRoute = Ember.Route.extend
model: -> @store.find('section')