method
ssl?
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::Request
ssl?()public
No documentation available.
# File actionpack/lib/action_dispatch/http/request.rb, line 405
def ssl?
super || scheme == 'wss'.freeze
end