1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix parent class

This commit is contained in:
David Heinemeier Hansson 2015-12-16 17:35:07 +01:00
parent 3354b2d0fa
commit aae14ab3ac

View file

@ -1,5 +1,5 @@
<% module_namespacing do -%>
class <%= class_name %>Channel < ApplicationChannel
class <%= class_name %>Channel < ApplicationCable::Channel
def subscribed
# stream_from "some_channel"
end