This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Description
Model.find only takes one of 4 arguments right now: an id, :first, :last, or :all. If passed another argument (such as a hash), it simply returns nil.
The find method should either throw an error if it doesn't get it's expected input, or it should be expanded to map more of ActiveRecord's finder syntax onto DataMapper.