Skip to content

Instantly share code, notes, and snippets.

@softprops
Created June 21, 2009 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save softprops/133442 to your computer and use it in GitHub Desktop.
Save softprops/133442 to your computer and use it in GitHub Desktop.
class String
def to_permalink
self.downcase.strip.gsub /[^a-z0-9]+/, '-'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment