method
build_request
v5.2.3 -
Show latest stable
- Class:
Rails::Application
build_request(env)private
No documentation available.
# File railties/lib/rails/application.rb, line 607
def build_request(env)
req = super
env["ORIGINAL_FULLPATH"] = req.fullpath
env["ORIGINAL_SCRIPT_NAME"] = req.script_name
req
end