Method: Bcms::WebDAV::Resource#parent
- Defined in:
- lib/bcms_webdav/resource.rb
#parent ⇒ Object
Find the parent resource. We cache the result here so it can be loaded from the DB properly.
78 79 80 81 82 |
# File 'lib/bcms_webdav/resource.rb', line 78 def parent return @parent if @parent @parent = super @parent end |