method

build_request

build_request(env)
private

No documentation available.

# File railties/lib/rails/application.rb, line 517
      def build_request(env)
        req = super
        env["ORIGINAL_FULLPATH"] = req.fullpath
        env["ORIGINAL_SCRIPT_NAME"] = req.script_name
        req
      end