Skip to content

Instantly share code, notes, and snippets.

Created August 31, 2010 21:18
Show Gist options
  • Save anonymous/559768 to your computer and use it in GitHub Desktop.
Save anonymous/559768 to your computer and use it in GitHub Desktop.
def wedgie_tws
@products = Product.find :all, :conditions => [ 'name_data = ? OR name_data = ? OR name_data = ? OR name_data = ? OR name_data = ?', 'double-agent', 'nitrane-contraband', 'delta-mvmnt', 'contraband', 'bandita-contraband' ]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment