class ActiveModel::GlobalLocator

def properly_formatted_gid?(gid)

def properly_formatted_gid?(gid)
  gid =~ /GlobalID-([^-]+)-(.+)/
end