VIM helper

This commit is contained in:
Sam 2014-03-19 12:08:00 +11:00
parent 9fc31932cf
commit b7f2a3e512
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@
"app/serializers/*.rb": {
"command": "serializer"
},
"app/services/*.rb": {
"command": "service"
},
"config/*": {
"command": "config"
}