You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: