6 7 8 9
# File 'app/controllers/gemgento/products_controller.rb', line 6 def show @product = Gemgento::Product.find(params[:id]) @current_category = @product.current_category(session[:category]) end