Sha256: 4be2cdd15debecbdc461b338765382630ee87bb9dd134bc2a7948f90977e4775

Contents?: true

Size: 153 Bytes

Versions: 7

Compression:

Stored size: 153 Bytes

Contents

class TbCheckout::CartsController < TbCheckout::ApplicationController

  def show
    @cart = tb_checkout_current_cart
    respond_with @cart
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tb_checkout-1.1.1 app/controllers/tb_checkout/carts_controller.rb
tb_checkout-1.1.0 app/controllers/tb_checkout/carts_controller.rb
tb_checkout-1.0.7 app/controllers/tb_checkout/carts_controller.rb
tb_checkout-1.0.6 app/controllers/tb_checkout/carts_controller.rb
tb_checkout-1.0.5 app/controllers/tb_checkout/carts_controller.rb
tb_checkout-1.0.4 app/controllers/tb_checkout/carts_controller.rb
tb_checkout-1.0.3 app/controllers/tb_checkout/carts_controller.rb