class Wco::ProductsController

def edit

def edit
  @product = Wco::Product.find params[:id]
  authorize! :edit, @product
end