Module: ActiveRecord::Acts::ShoppingCartItem

Defined in:
lib/active_record/acts/shopping_cart_item.rb,
lib/active_record/acts/shopping_cart_item/cart_item_instance_methods.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
# File 'lib/active_record/acts/shopping_cart_item.rb', line 4

def self.included(base)
  base.extend(ClassMethods)
end