Help for this page
def list @product_pages, @products = paginate :products, :per_page => 10 end
def update @product = Product.find(params[:id]) ... render :action => 'edit' end end