quaint-farmer-12353
01/18/2022, 11:57 AMwide-twilight-82330
01/18/2022, 12:06 PMquaint-farmer-12353
01/18/2022, 12:14 PMfreezing-whale-32835
01/18/2022, 3:13 PM@response.body
return the newly created SellerCompany's ID? If it does, then using that id to get the object instead of SellerCompany.last
might workadventurous-fireman-74405
01/18/2022, 3:20 PMSellerCompany.last
, use SellerCompany.find_by(name: '')
quaint-farmer-12353
01/19/2022, 1:15 AMSellerCompany.last
does not works and wether it is an issue with parallel controller test or fixtures. finally found out that sorting goes for a toss when using uuids as the primary keysself.implicit_order_column = :created_at
wide-twilight-82330
01/19/2022, 2:21 AM