instance method
ssl?
Ruby on Rails 5.0.7.2
Since v5.0.7.2 Last seen in v6.1.7.10Signature
ssl?()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/request.rb, line 393
def ssl?
super || scheme == 'wss'.freeze
end
Defined in actionpack/lib/action_dispatch/http/request.rb line 393
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Request