-
Pour une fois, Ruby me déçoit… 🤔 > onboarding['app'] => "drive" > onboarding.fetch 'app' => "drive" > onboarding[:app] => "drive" > onboarding.fetch :app KeyError: key not found: :app > onboarding.deep_symbolize_keys! => {"app"=>"drive"} > onboarding[:app] => "drive" >
-
onboarding.fetch :app KeyError: key not found: :app
-
Ne reste plus qu’à comprendre ce qui débloque sur les BSON::Document pour avoir ce comportement…
aeris22’s Twitter Archive—№ 75,438