# File lib/friendly_id/configuration.rb, line 93
    def normalizer=(arg)
      return if arg.nil?
      raise("passing a block to has_friendly_id is deprecated and will be removed from 3.0. Please override #friendly_id_normalizer.")
      @normalizer = arg
    end