aboutsummaryrefslogblamecommitdiffstats
path: root/lib/action_cable/connection_proxy.rb
blob: 980e037ff3777dc84ec7ad15cf1f58f561dbf788 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                  
                        









                               

     
module ActionCable
  module ConnectionProxy
    class << self
      def active
      end

      def where(identification)
      end
    end

    def disconnect
    end
  end
end