instance method
_allow_other_host
Ruby on Rails 8.1.2
Since v7.0.10 PrivateSignature
_allow_other_host()
No documentation comment.
Source
# File actionpack/lib/action_controller/metal/redirecting.rb, line 260
def _allow_other_host
return false if raise_on_open_redirects
action_on_open_redirect != :raise
end
Defined in actionpack/lib/action_controller/metal/redirecting.rb line 260
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Redirecting