Skip to content

Instantly share code, notes, and snippets.

View eneuhauser's full-sized avatar

Eric Neuhauser eneuhauser

  • C2FO
  • Kansas City
View GitHub Profile
import { Adapter } from 'ember-pouch';
import PouchDB from 'pouchdb';
export default Adapter.extend({
coalesceFindRequests: true,
init() {
this._super(...arguments);