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