Add job projection
This commit is contained in:
parent
f98b5a07d5
commit
c24b6b1b72
@ -18,6 +18,7 @@ let g:rails_projections = {
|
||||
\ "app/javascript/*.sass": { "command": "packstylesheet" },
|
||||
\ "app/javascript/*.js": { "command": "packjavascript" },
|
||||
\ "app/javascript/*.coffee": { "command": "packjavascript" },
|
||||
\ "app/jobs/*.rb": { "command": "job" },
|
||||
\ "app/decorators/*_decorator.rb": { "command": "decorator" },
|
||||
\ "app/presenters/*.rb": { "command": "presenter" },
|
||||
\ "app/models/concerns/*.rb": { "command": "concern" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user