Method: Txdb::Utils#slugify

Defined in:
lib/txdb/utils.rb

#slugify(text) ⇒ Object



3
4
5
# File 'lib/txdb/utils.rb', line 3

def slugify(text)
  text.gsub('/', '_')
end