-
-
Notifications
You must be signed in to change notification settings - Fork 29
Discussion
Fernando Correa de Oliveira edited this page Aug 21, 2018
·
11 revisions
-
Join
-
Custom inflate/deflate
-
goal example:
Customer.all.grep({ .orders.price.sum > 1000 })
Customer.all.grep({ .orders.map( *.price ).sum > 1000 })
(this commit is the beginning of the implementation of the second option)