friendly_uuid icon indicating copy to clipboard operation
friendly_uuid copied to clipboard

Ensure we're supporting `find_by!`

Open glacials opened this issue 3 years ago • 0 comments

In manual testing it appears we work with find_by!, but its source implies we shouldn't be working with it, as it doesn't depend on find_by. We should make sure we are supporting it, and do so in a way that doesn't accidentally cause us to call expand twice.

glacials avatar Nov 01 '20 23:11 glacials