def find_product
      @product_class = Payola.sellables[params[:product_class]]

      raise ActionController::RoutingError.new('Not Found') unless @product_class && @product_class.sellable?