# File lib/friendly_id/slugged.rb, line 61 def normalize_friendly_id(string) string.normalize_for!(friendly_id_config).to_s end