Method: Innate::Node#mapping
- Defined in:
- lib/innate/node.rb
#mapping ⇒ String
Tries to find the relative url that this Innate::Node is mapped to. If it cannot find one it will instead generate one based on the snake_cased name of itself.
115 116 117 |
# File 'lib/innate/node.rb', line 115 def mapping Innate.to(self) end |