Method: Waw::StaticController::WawAccess#root

Defined in:
lib/waw/controllers/static/waw_access.rb

#rootObject

Returns the root waw access in the hierarchy



150
151
152
# File 'lib/waw/controllers/static/waw_access.rb', line 150

def root
  @root ||= (parent ? parent.root : self)
end