aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/routes.rb
blob: 722b845472abbea55e2a7eb191fabcf97d84c5fc (plain) (blame)
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' if defined?(ApplicationCable)
end