Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Created July 14, 2015 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcardarella/70dae7eab6d290a4b4a9 to your computer and use it in GitHub Desktop.
Save bcardarella/70dae7eab6d290a4b4a9 to your computer and use it in GitHub Desktop.
export default {
name: 'bike-messenger',
initialize: function(registry) {
registry.register('service:bike-messenger', BikeMessenger);
registry.injection('model', 'bikeMessenger', 'service:bike-messenger');
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment