evodata/app/channels/application_cable/connection.rb
2021-12-18 15:52:01 +01:00

5 lines
85 B
Ruby

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