Fix markup directive in Action Cable templates

When converting Action Cable docs from RDoc to Markdown, these two
templates were accidentally included in the list of files converted (and
the `:markup:` directive added) because they incorrectly had an `.rb`
extension instead of `.rb.tt`.

This commit fixes the extension and removes the `:markup:` directive.
This commit is contained in:
Hartley McGuire 2024-06-30 19:37:35 -04:00
parent d43ee20881
commit 07405c7b62
No known key found for this signature in database
GPG Key ID: E823FC1403858A82
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