Skip to content

Instantly share code, notes, and snippets.

@adamesque
Forked from anonymous/app.js
Created February 12, 2014 04:11
Show Gist options
  • Save adamesque/8949938 to your computer and use it in GitHub Desktop.
Save adamesque/8949938 to your computer and use it in GitHub Desktop.
var Rocknrollcall = window.Rocknrollcall = Ember.Application.create();
/* Order and include as you please. */
require('scripts/controllers/*');
require('scripts/store');
require('scripts/models/*');
require('scripts/routes/*');
require('scripts/views/*');
require('scripts/router');
Rocknrollcall.Router.map(function () {
// Add your routes here
});
Rocknrollcall.ApplicationAdapter = DS.FixtureAdapter;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment