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