Method: Scrivito::BasicObj#path
- Defined in:
- app/cms/scrivito/basic_obj.rb
#path ⇒ Object
Returns the path of the Obj as a String.
497 498 499 |
# File 'app/cms/scrivito/basic_obj.rb', line 497 def path read_attribute('_path') end |