ohm 提供了一个 finder 方法来返回第一个结果,但似乎没有提供类似的 .last finder 方法,是否有类似于下面的内容来返回集合中的最后一个结果?
Book.find(authors: dave.id).first
http://ohm.keyvalue.org/Ohm/Collection.html#first-instance_method
ohm 提供了一个 finder 方法来返回第一个结果,但似乎没有提供类似的 .last finder 方法,是否有类似于下面的内容来返回集合中的最后一个结果?
Book.find(authors: dave.id).first
http://ohm.keyvalue.org/Ohm/Collection.html#first-instance_method