mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 23:00:20 +00:00
e7da94b249
It's a common use-case to want one and only one result from a query. This adds a .one method to RecordCollections that is parallel to .all.