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