server/bo_client/app/routes/index.js
author nowmad@23.1.168.192.in-addr.arpa
Fri, 06 Nov 2015 15:37:09 +0100
changeset 5 d4b3da0dadc9
parent 4 f55970e41793
child 28 b0b56e0f8c7f
permissions -rw-r--r--
init ember app with 2 pages and an images

import Ember from 'ember';

export default Ember.Route.extend({
  model: function() {
    return this.store.findAll('document');
  }

});