Module: Txdb::Utils
Instance Method Summary collapse
Instance Method Details
#slugify(text) ⇒ Object
3 4 5 |
# File 'lib/txdb/utils.rb', line 3 def slugify(text) text.gsub('/', '_') end |
3 4 5 |
# File 'lib/txdb/utils.rb', line 3 def slugify(text) text.gsub('/', '_') end |