Skip to content

Instantly share code, notes, and snippets.

@maxmanders
Created September 2, 2013 16:23
Show Gist options
  • Save maxmanders/6414639 to your computer and use it in GitHub Desktop.
Save maxmanders/6414639 to your computer and use it in GitHub Desktop.
filter = unless @filters.empty?
"AND (" + @filters.map { |x| %Q(pb.ProductCode LIKE '%#{x}%') }.join(" OR ") + ")"
end || ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment