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

add actioncable for prod

parent 8252b88f
Branches master
No related tags found
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.
Finish editing this message first!
Please register or to comment