Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Override findAll fails

$
0
0
The reason for this is that we have a datasource component which uses generic finders to fetch data (for any model). So you pass in a Model.finder method. There's not need for 'this', finder is just a static property inside Model. That's why custom finder method succeeds.

Viewing all articles
Browse latest Browse all 3491

Trending Articles