class ActiveModel::GlobalID

def ==(other_global_id)

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