Skip to content

Instantly share code, notes, and snippets.

Created February 11, 2014 03:41
Show Gist options
  • Save anonymous/8928906 to your computer and use it in GitHub Desktop.
Save anonymous/8928906 to your computer and use it in GitHub Desktop.
Yeoman Ember Generator results
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