# File lib/active_record/fixtures.rb, line 523
    def self.identify(label)
      Zlib.crc32(label.to_s) % MAX_ID
    end