Skip to content

Instantly share code, notes, and snippets.

@jswanner
Created March 8, 2012 19:44
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 jswanner/2002935 to your computer and use it in GitHub Desktop.
Save jswanner/2002935 to your computer and use it in GitHub Desktop.
Unique table alias names
terms = ['asdf', 'ghjk']
alias_numbers = (1..terms.length).to_a
tags = Tags.arel_table.alias "tags_#{alias_numbers.shift}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment