Skip to content

Instantly share code, notes, and snippets.

Created September 23, 2010 18:23
Show Gist options
  • Save anonymous/594093 to your computer and use it in GitHub Desktop.
Save anonymous/594093 to your computer and use it in GitHub Desktop.
unless existing_product.productcategorynames.nil?
existing_product.productcategorynames.split(',').each do |cn|
unless category_table[cn].nil?
category_name = category_table[cn]
tool.category = category_name unless tool.archived == 1
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment