Method: Waw::StaticController::WawAccess#file_server
- Defined in:
- lib/waw/controllers/static/waw_access.rb
#file_server ⇒ Object
Fake accessor that go to the top of the hierarchy
20 21 22 |
# File 'lib/waw/controllers/static/waw_access.rb', line 20 def file_server @file_server || (parent && parent.file_server) end |