sharedlists/app/channels/application_cable/connection.rb
2021-12-18 10:31:37 +01:00

5 lines
85 B
Ruby

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