# File lib/action_dispatch/http/request.rb, line 131 def original_fullpath @original_fullpath ||= (env["ORIGINAL_FULLPATH"] || fullpath) end