Skip to content

Instantly share code, notes, and snippets.

@rodrigopinto
Created November 24, 2011 12:18
Show Gist options
  • Save rodrigopinto/1391227 to your computer and use it in GitHub Desktop.
Save rodrigopinto/1391227 to your computer and use it in GitHub Desktop.
A long journey of day at the office
### THIS IS PART OF A QUERY
def conditions_for_regioncode(region_ids)
regions = []
region_ids.each do |region|
regions << "reg.regioncode = '#{region}'"
end
"(#{regions.join(' OR ')})"
end
@rrmartins
Copy link

Estou pensando em começar a juntar as coisas bizarras daqui, e mandar para o Planeta Bizarro! LOL kkkk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment