9 lines
277 B
CoffeeScript
9 lines
277 B
CoffeeScript
App.ApplicationSerializer = DS.ActiveModelSerializer
|
|
|
|
App.ApplicationStore = DS.Store.extend
|
|
adapter: DS.ActiveModelAdapter.extend
|
|
namespace: 'supplier'
|
|
## user underscored paths
|
|
#pathForType: (type)->
|
|
#Ember.String.pluralize(Ember.String.decamelize(type))
|