Skip to content
Snippets Groups Projects
Commit 92a4208f authored by Teal's avatar Teal
Browse files

add actioncable for prod

parent 8252b88f
No related merge requests found
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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment