Method: Mongoid::Relations::Metadata#path
- Defined in:
- lib/mongoid/relations/metadata.rb
#path(document) ⇒ Object
Get the path calculator for the supplied document.
625 626 627 |
# File 'lib/mongoid/relations/metadata.rb', line 625 def path(document) relation.path(document) end |