Commit 3bc5c157 by ivan Lan

Fix cart controller

parent 3a79b749
...@@ -49,7 +49,7 @@ module Shotengai ...@@ -49,7 +49,7 @@ module Shotengai
'orders' => @order, 'orders' => @order,
'product_series' => "#{@product}Series", 'product_series' => "#{@product}Series",
'product_snapshots' => "#{@product}Snapshot", 'product_snapshots' => "#{@product}Snapshot",
'carts' => '::Order::Cart', 'carts' => 'Order::Cart',
}.each do |key, klass_name| }.each do |key, klass_name|
@key, @klass_name = key, klass_name @key, @klass_name = key, klass_name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment