wonder-of-life/app/channels/application_cable/connection.rb
2023-10-23 19:31:32 +03:00

5 lines
85 B
Ruby

module ApplicationCable
class Connection < ActionCable::Connection::Base
end
end