method
on_open
v6.0.0 -
Show latest stable
- Class:
ActionCable::Connection::Base
on_open()public
No documentation available.
# File actioncable/lib/action_cable/connection/base.rb, line 127
def on_open # :nodoc:
send_async :handle_open
end