We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df64206 commit abf87baCopy full SHA for abf87ba
autoload/rails.vim
@@ -4525,6 +4525,10 @@ let s:default_projections = {
4525
\ "README": {"alternate": "config/database.yml"},
4526
\ "README.*": {"alternate": "config/database.yml"},
4527
\ "Rakefile": {"type": "task"},
4528
+ \ "app/channels/*_channel.rb": {
4529
+ \ "template": ["class {camelcase|capitalize|colons}Channel < ActionCable::Channel", "end"],
4530
+ \ "type": "channel"
4531
+ \ },
4532
\ "app/controllers/*_controller.rb": {
4533
\ "affinity": "controller",
4534
\ "template": [
0 commit comments