You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we just do it similar to the AJAX method converters (where it converts { findAll : "GET /todos" } into a findAll method) and have the string be the data attribute:
http://donejs.com/docs.html#!can.Model.static.models
The 'data' array name is currently hardcoded in the source code. This could be a configurable property & is very easy to implement.
The text was updated successfully, but these errors were encountered: