This commit is contained in:
Alexey Nayden 2011-04-22 16:51:31 +04:00
parent bbc178a790
commit c9a68756a9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class ProductsController < ApplicationController
def build def build
flash[:notice] = t('flash.product.build_started') flash[:notice] = t('flash.product.build_started')
ProductBuilder.create_product @product.name, @platform.name, [], [], '', '/var/rosa', [] ProductBuilder.create_product @product.name, @product.platform.name, [], [], '', '/var/rosa', []
redirect_to :action => :show redirect_to :action => :show
end end