class ActiveModel::SignedGlobalID

def ==(other_global_id)

def ==(other_global_id)
  other_global_id.is_a?(SignedGlobalID) && to_s == other_global_id.to_s
end