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.
↧