File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
actioncable/lib/rails/generators/channel/templates Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1
- # Be sure to restart your server when you modify this file. Action Cable runs in a loop that does not support auto reloading.
2
1
module ApplicationCable
3
2
class Channel < ActionCable ::Channel ::Base
4
3
end
Original file line number Diff line number Diff line change 1
- # Be sure to restart your server when you modify this file. Action Cable runs in a loop that does not support auto reloading.
2
1
module ApplicationCable
3
2
class Connection < ActionCable ::Connection ::Base
4
3
end
Original file line number Diff line number Diff line change 1
- # Be sure to restart your server when you modify this file. Action Cable runs in a loop that does not support auto reloading.
2
1
<% module_namespacing do -%>
3
2
class <%= class_name %> Channel < ApplicationCable ::Channel
4
3
def subscribed
You can’t perform that action at this time.
0 commit comments