search for: product_in_progress

Displaying 1 result from an estimated 1 matches for "product_in_progress".

2005 Dec 15
3
Another session question
...code below grab the ## original Product Object @product = get_product @product.add_product(product) ## Here I want to determine the action based on what ## tab the user clicked on to continue the process redirect_to(:action => ????) end private def get_product session[:product_in_progress] ||= Product.new end Thanks in advance!