Skip to content

Commit 1487243

Browse files
committed
Singularizing types
1 parent ebeb265 commit 1487243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoload/rails.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4768,12 +4768,12 @@ let s:default_projections = {
47684768
\ "type": "model"
47694769
\ },
47704770
\ "app/graphql/types/*_type.rb": {
4771-
\ "affinity": "types",
4771+
\ "affinity": "type",
47724772
\ "template": ["Types::{camelcase|capitalize|colons}Type = GraphQL::ObjectType.define do",
47734773
\ " name \"{camelcase|capitalize|colons}\"",
47744774
\ " description \"\"",
47754775
\ "end"],
4776-
\ "type": "types"
4776+
\ "type": "type"
47774777
\ },
47784778
\ "app/serializers/*_serializer.rb": {
47794779
\ "template": ["class {camelcase|capitalize|colons}Serializer < ActiveModel::Serializer", "end"],

0 commit comments

Comments
 (0)