Skip to content

Instantly share code, notes, and snippets.

@jheg
Created February 16, 2015 17:42
Show Gist options
  • Save jheg/668b2749acafb1d8240d to your computer and use it in GitHub Desktop.
Save jheg/668b2749acafb1d8240d to your computer and use it in GitHub Desktop.
why nil?
30: def make_slug(post_title)
31: the_slug = post_title.gsub!(/[\W_]/, '-').squeeze.chop.downcase
32: the_slug
34: end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment