Class: ShoppingCart::DeliveryForCheckout

Inherits:
Rectify::Query
  • Object
show all
Defined in:
app/queries/shopping_cart/delivery_for_checkout.rb

Instance Method Summary collapse

Instance Method Details

#queryObject



3
4
5
# File 'app/queries/shopping_cart/delivery_for_checkout.rb', line 3

def query
  Delivery.all.decorate
end