Skip to content
Snippets Groups Projects
connection.rb 85 B
Newer Older
module ApplicationCable
  class Connection < ActionCable::Connection::Base
  end
end