module MadCart::InheritableAttributes

Public Class Methods

included(base) click to toggle source
# File lib/mad_cart/inheritable_attributes.rb, line 3
def self.included(base)
  base.extend(ClassMethods)
end