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