Created
November 24, 2011 12:18
-
-
Save rodrigopinto/1391227 to your computer and use it in GitHub Desktop.
A long journey of day at the office
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Estou pensando em começar a juntar as coisas bizarras daqui, e mandar para o Planeta Bizarro! LOL kkkk