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
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.
The text was updated successfully, but these errors were encountered:
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 onfind_by
. We should make sure we are supporting it, and do so in a way that doesn't accidentally cause us to callexpand
twice.The text was updated successfully, but these errors were encountered: