Method: ActionDispatch::Request#engine_script_name
- Defined in:
- lib/action_dispatch/http/request.rb
#engine_script_name(_routes) ⇒ Object
:nodoc:
181 182 183 |
# File 'lib/action_dispatch/http/request.rb', line 181 def engine_script_name(_routes) # :nodoc: get_header(_routes.env_key) end |