alaska/config/routes.rb
christalib 7f2de4e7de first
2020-08-20 08:36:13 +02:00

6 lines
180 B
Ruby

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