Module: Morph::ClassMethods

Defined in:
lib/morph.rb

Instance Method Summary collapse

Instance Method Details

#morph_attributesObject



327
328
329
# File 'lib/morph.rb', line 327

def morph_attributes
  Chas.morph_attributes(self)
end

#morph_methodsObject



331
332
333
# File 'lib/morph.rb', line 331

def morph_methods
  Chas.morph_methods(self)
end