mirror of https://github.com/rails/rails
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:
parent
d43ee20881
commit
07405c7b62
|
@ -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
|
Loading…
Reference in New Issue