module Dibbler::Helpers::UrlHelper

Public Instance Methods

localify(path) click to toggle source
# File lib/dibbler/helpers/url_helper.rb, line 16
def localify(path)
  return Dibbler.localify(path)
end
slugify(path) click to toggle source
# File lib/dibbler/helpers/url_helper.rb, line 20
def slugify(path)
  return Dibbler.slugify(path)
end