Skip to content

Commit f805b35

Browse files
authored
Merge pull request rails#52239 from skipkayhil/hm-fix-markup-in-template
Fix markup directive in Action Cable templates
2 parents f973075 + 07405c7 commit f805b35

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

actioncable/lib/rails/generators/channel/templates/application_cable/channel.rb renamed to actioncable/lib/rails/generators/channel/templates/application_cable/channel.rb.tt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# :markup: markdown
2-
31
module ApplicationCable
42
class Channel < ActionCable::Channel::Base
53
end

actioncable/lib/rails/generators/channel/templates/application_cable/connection.rb renamed to actioncable/lib/rails/generators/channel/templates/application_cable/connection.rb.tt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# :markup: markdown
2-
31
module ApplicationCable
42
class Connection < ActionCable::Connection::Base
53
end

0 commit comments

Comments
 (0)