class Wco::PricesController

def new

def new
  @price = Wco::Price.new
  authorize! :new, @price
  @products_list = Wco::Product.list + WcoHosting::ApplianceTmpl.list
end