module ShoppingCart::CustomMethods

Public Class Methods

included(order) click to toggle source
# File lib/generators/shopping_cart/add_order_relation/templates/custom_methods.rb, line 2
def self.included(order)
end