class MongoidCart::Configuration
Attributes
customer_model_name[RW]
Public Class Methods
new()
click to toggle source
# File lib/mongoid_cart.rb, line 20 def initialize @customer_model_name = 'User' end