Skip to content

Instantly share code, notes, and snippets.

@cameronbarker
Created October 6, 2015 17:09
Show Gist options
  • Save cameronbarker/417a045449ba2525514f to your computer and use it in GitHub Desktop.
Save cameronbarker/417a045449ba2525514f to your computer and use it in GitHub Desktop.
Bitly like unique id
unique_id = (('a'..'z').to_a + ('A'..'Z').to_a + (0..9).to_a).sample(7).join("")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment