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