I tried to inject the store from the initializer without success, so I use lookup on init in my service, but I don\'t like it too much, I would rather keep things separated
As of Ember v1.10:
import Ember from 'ember'; export default Ember.Service.extend({ store: Ember.inject.service('store') });