Method: ActionCable::Connection::Base#on_open
- Defined in:
- actioncable/lib/action_cable/connection/base.rb
#on_open ⇒ Object
:nodoc:
138 139 140 |
# File 'actioncable/lib/action_cable/connection/base.rb', line 138 def on_open # :nodoc: send_async :handle_open end |