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