소스 검색

Add interactors to Rails projections

Andrew Swistak 10 년 전
부모
커밋
0d37f6158b
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      vimrc

+ 6 - 0
vimrc

@@ -243,6 +243,12 @@ let g:rails_gem_projections = {
       \       "keywords": "describe it beforeEach expect loadFixtures xit"
       \     }
       \   },
+      \   "interactor-rails": {
+      \     "app/interactors/*.rb": {
+      \       "command": "interactor",
+      \       "template": "class %S\n\nend"
+      \     },
+      \   },
       \   "cucumber-rails": {
       \     "features/*.feature": {
       \       "command": "feature",