Method: MongoDoc::Attributes#_path_to_root
- Defined in:
- lib/mongodoc/attributes.rb
#_path_to_root(src, attrs) ⇒ Object
34 35 36 37 |
# File 'lib/mongodoc/attributes.rb', line 34 def _path_to_root(src, attrs) return attrs unless _parent _parent._path_to_root(self, attrs) end |