instance method
original_fullpath
Ruby on Rails 3.2.22.5
Since v3.1.12Signature
original_fullpath()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/request.rb, line 130
def original_fullpath
@original_fullpath ||= (env["ORIGINAL_FULLPATH"] || fullpath)
end
Defined in actionpack/lib/action_dispatch/http/request.rb line 130
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Request