Skip to content

Instantly share code, notes, and snippets.

@kiasaki
Created September 21, 2014 00:47
Show Gist options
  • Save kiasaki/81103959f9f1b7d9e515 to your computer and use it in GitHub Desktop.
Save kiasaki/81103959f9f1b7d9e515 to your computer and use it in GitHub Desktop.
Ruby slug
self.slug.gsub(/[ "'*@#$%^&()+=;:.,?>|\\<~_!]/,'-').gsub(/-{2,}/,'-')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment