Files
mozo-backend/app/assets/javascripts/user/app/store.js.coffee
T
2015-09-02 15:52:48 +02:00

11 lines
376 B
CoffeeScript

#App.ApplicationSerializer = DS.ActiveModelSerializer.extend()
App.ApplicationSerializer = DS.JSONAPISerializer.extend
keyForAttribute: (attr, method)-> attr
#App.ApplicationAdapter = DS.ActiveModelAdapter.extend
App.ApplicationAdapter = DS.JSONAPIAdapter.extend
host: $data_host
namespace: 'user'
#headers:
# "Accept": "application/json, text/javascript; q=0.01"