14 15 16
# File 'app/models/thredded/category.rb', line 14 def normalize_friendly_id(input) Thredded.slugifier.call(input.to_s) end