Module: MongoMapper::Plugins::Embeddable::EmbeddableMethods

Defined in:
lib/mm-embeddable.rb

Instance Method Summary collapse

Instance Method Details

#to_embeddableObject



73
74
75
# File 'lib/mm-embeddable.rb', line 73

def to_embeddable
  self.class.const_get(:Embeddable).from_full(self)
end