setup basics of user-filters-manager

This commit is contained in:
2018-11-28 13:36:16 -03:00
parent bcd683a81b
commit db0bd80635
17 changed files with 150 additions and 9 deletions
@@ -0,0 +1,8 @@
import DunlopAdapter from 'ember-cli-dunlop/adapters/application'
## Override the default adapter with the `DS.ActiveModelAdapter` which
window.client_id ||= "client#{Math.round(Math.random() * 100000)}"
Ember.$.ajaxPrefilter (options, oriOpt, jqXHR)->
jqXHR.setRequestHeader 'client-id', window.client_id
export default DunlopAdapter.extend()