Method: Mongoid::Relations::Referenced::Many.path
- Defined in:
- lib/mongoid/relations/referenced/many.rb
.path(document) ⇒ Root
Get the path calculator for the supplied document.
578 579 580 |
# File 'lib/mongoid/relations/referenced/many.rb', line 578 def path(document) Mongoid::Atomic::Paths::Root.new(document) end |