8 lines
144 B
Ruby
Executable File
8 lines
144 B
Ruby
Executable File
module ApplicationCable
|
|
class Connection < ActionCable::Connection::Base
|
|
def connect
|
|
logger.add_tags "SX-ActionCable"
|
|
end
|
|
end
|
|
end
|