Merge pull request #52239 from skipkayhil/hm-fix-markup-in-template

Fix markup directive in Action Cable templates
This commit is contained in:
Hartley McGuire 2024-07-16 13:00:51 +00:00 committed by GitHub
commit f805b35c1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

@ -1,5 +1,3 @@
# :markup: markdown
module ApplicationCable
class Channel < ActionCable::Channel::Base
end

@ -1,5 +1,3 @@
# :markup: markdown
module ApplicationCable
class Connection < ActionCable::Connection::Base
end