Methods

Enumerize::ModuleAttributes

Public Instance Methods

included(base) click to toggle source
# 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

[Validate]

Generated with the Darkfish Rdoc Generator 2.