Skip to content

Instantly share code, notes, and snippets.

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