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 b131dc9 commit 8b77ce1Copy full SHA for 8b77ce1
autoload/rails.vim
@@ -4567,6 +4567,10 @@ let s:default_projections = {
4567
\ "template": ["class {camelcase|capitalize|colons}", "end"],
4568
\ "type": "model"
4569
\ },
4570
+ \ "app/serializers/*_serializer.rb": {
4571
+ \ "template": ["class {camelcase|capitalize|colons}Serializer < ActiveModel::Serializer", "end"],
4572
+ \ "type": "serializer"
4573
+ \ },
4574
\ "config/application.rb": {"alternate": "config/routes.rb"},
4575
\ "config/environment.rb": {"alternate": "config/routes.rb"},
4576
\ "config/environments/*.rb": {
0 commit comments