alaska/config/routes.rb

6 lines
180 B
Ruby
Raw Normal View History

2020-08-20 08:36:13 +02:00
Rails.application.routes.draw do
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
mount ActionCable.server => '/cable'
end