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