diff --git a/config/routes.rb b/config/routes.rb
index 4977ab0d3ffc6d1ec7257e5587e5b80d5d7f06c5..8763f3b43ae2a7c6a90aa860b4956c00d8dba9a4 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,6 +1,8 @@
 Rails.application.routes.draw do
-  get 'speakers/show'
   mount Crono::Engine, at: '/crono'
+  mount ActionCable.server => '/cable'
+
+  get 'speakers/show'
 
   get 'login', to: 'users#login', as: :login
   post 'login', to: 'users#login'