module Enumerize::ModuleAttributes

Public Instance Methods

included(base) click to toggle source
Calls superclass method
# File lib/enumerize/module_attributes.rb, line 3
def included(base)
  base.extend Enumerize
  base.send :include, _enumerize_module
  enumerized_attributes.add_dependant base.enumerized_attributes
  super
end