class CheckoutRu::Order
Public Class Methods
new(*)
click to toggle source
Calls superclass method
# File lib/checkout_ru/order.rb, line 30 def initialize(*) super self[:goods] ||= [] end