Commit eb4857443f60888b387a3f4d9e2c76b2f157940d

Authored by MoisesMachado
1 parent 254496ca

ActionItem514: removing destruction of category


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2225 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
script/fix_categories.rb
... ... @@ -19,5 +19,3 @@ cat_to_produtos.each do |cat|
19 19 cat.parent = cat_servicos_diversos
20 20 cat.save!
21 21 end
22   -
23   -cat_diversos.destroy
... ...