author | ymh <ymh.work@gmail.com> |
Thu, 25 Feb 2016 21:26:15 +0100 | |
changeset 133 | 821253d361d1 |
child 134 | c06d08c8a1b8 |
permissions | -rw-r--r-- |
import Ember from 'ember'; import store from 'corpus-common-addon/utils/store'; import * as constants from 'corpus-common-addon/utils/constants' export default Ember.Service.extend({ env: function() { return Ember.getOwner(this).resolveRegistration('config:environment') }, _getStoreKey: function(id) { return 'rameau:'+id; }, getName: function(id) { } });