Sha256: e72075b637658892662eee57b12a9171588f956859982d689401df212dc78e2b
Contents?: true
Size: 222 Bytes
Versions: 1
Compression:
Stored size: 222 Bytes
Contents
require_dependency "redshop/application_controller" module Redshop class CartsController < ApplicationController def show cart_ids = [1,2,3] @products = Redshop::Product.find(cart_ids) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redshop-0.0.1 | app/controllers/redshop/carts_controller.rb |