Sha256: 6aab36d70ecc2eaf0815179632f250b6b5550f62c15dd41f61e065997cc8f7f4
Contents?: true
Size: 193 Bytes
Versions: 7
Compression:
Stored size: 193 Bytes
Contents
module Refinery class StoresApplicationController < ::ApplicationController protected def find_cart @cart = (session[:cart] ||= Cart.new) end end # class end # mod
Version data entries
7 entries across 7 versions & 1 rubygems