`Document.find` currently takes a keyword argument of an `_id`. If we're looking to mirror ActiveRecord, we'd prefer that it take a single string argument with the id of the document we're looking for This issue arose from the PR #16
Document.findcurrently takes a keyword argument of an_id.If we're looking to mirror ActiveRecord, we'd prefer that it take a single string argument with the id of the document we're looking for
This issue arose from the PR #16