Commit 1cf5264f79347d0973800582671306524383cdc0

Authored by MoisesMachado
1 parent 38f3f8ba

ActionItem184: removed the products category from the top menu in the script of initial data


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1531 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
script/anhetegua
... ... @@ -110,7 +110,7 @@ member_role = Profile::Roles.member
110 110 moderator_role = Profile::Roles.moderator
111 111  
112 112 # product categories
113   -produtos = ProductCategory.create!(:name => 'Produtos', :environment => Environment.default, :display_color => 4)
  113 +produtos = ProductCategory.create!(:name => 'Produtos', :environment => Environment.default)
114 114  
115 115 alimentacao = ProductCategory.create!(:name => 'Alimentação', :environment => Environment.default, :parent => produtos)
116 116 vegetais = ProductCategory.create!(:name => 'Vegetais', :environment => Environment.default, :parent => alimentacao)
... ...