Module: Morph::ClassMethods

Defined in:
lib/morph.rb

Instance Method Summary collapse

Instance Method Details

#morph_attributesObject



309
310
311
# File 'lib/morph.rb', line 309

def morph_attributes
  Chas.morph_attributes(self)
end

#morph_methodsObject



313
314
315
# File 'lib/morph.rb', line 313

def morph_methods
  Chas.morph_methods(self)
end