Method: Waw::StaticController::WawAccess#req_path
- Defined in:
- lib/waw/controllers/static/waw_access.rb
#req_path ⇒ Object
Utilites about paths
108 109 110 |
# File 'lib/waw/controllers/static/waw_access.rb', line 108 def req_path rack_env['REQ_PATH'] || normalize_req_path(rack_env['PATH_INFO']) end |