module CableX::Server
CableX
ActionCable server module
Public Class Methods
server()
click to toggle source
# File lib/cable_x/server.rb, line 9 def self.server @server ||= ActionCable::Server::Base.new end