FIX: Yet another missing Ajax!

This commit is contained in:
Robin Ward 2016-11-04 10:41:50 -04:00
parent c248ca20e1
commit 8560859817
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import RestAdapter from 'discourse/adapters/rest';
const ajax = Discourse.ajax;
import { ajax } from 'discourse/lib/ajax';
export default RestAdapter.extend({
destroyRecord(store, type, record) {