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
yes , i just had this last week this code used to work @transfer_order.errors.nil? || @transfer_order.errors.empty? vs what I had to change @transfer_order.errors.nil? || @transfer_order.errors.empty? ||@transfer_order.errors.all? { |error| error.message.nil? }
at least after an upsert maybe after any request it looks like this "errors":[{"type":null,"code":null,"message":null}]
The text was updated successfully, but these errors were encountered: