findAll defined as below converts raw data to object instances (Observables) correctly:
- findAll: function(filter, success, error){
- return $.ajax{
- // my ajax options
- }
- findRecent: function(filter, success, error){
- return $.ajax{
- // my ajax options
- }