Skip to content

Instantly share code, notes, and snippets.

@slant
Forked from anonymous/gist:594093
Created September 27, 2010 16:47
Show Gist options
  • Save slant/599345 to your computer and use it in GitHub Desktop.
Save slant/599345 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