Custom AJAX function
This release allows to pass a custom Ajax function like the following:
var Todo = Model.extend({
findAll: "GET /todos",
ajax: $.ajax
}, {});
This release allows to pass a custom Ajax function like the following:
var Todo = Model.extend({
findAll: "GET /todos",
ajax: $.ajax
}, {});