aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/rails/generators/channel/templates/application_cable/connection.rb
blob: b4f41389ad0ccbabc06d497f8626d61a5e919c04 (plain) (blame)
1
2
3
4
5
# Be sure to restart your server when you modify this file. Action Cable runs in a loop that does not support auto reloading.
module ApplicationCable
  class Connection < ActionCable::Connection::Base
  end
end