class String

stringex 2.7.1 fix | 'Auður Ava Ólafdóttir'.to_url => “audur-ava-lafdottir”

Public Instance Methods

to_url() click to toggle source
# File lib/railhead_permalink.rb, line 5
def to_url
  Stringex::Unidecoder.decode(self.remove(/'/)).parameterize
end