aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
blob: 927efe459a78701736807711eb5cc26169bcd858 (plain)
1
2
3
4
5
6
Rails.application.routes.draw do
  # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html

  # Serve websocket cable requests in-process
  # mount ActionCable.server => "/cable"
end