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 cc29dbc commit cd14b9eCopy full SHA for cd14b9e
autoload/rails.vim
@@ -965,7 +965,7 @@ function! s:app_has(feature) dict
965
\'rails3': 'config/application.rb',
966
\'rails5': 'app/assets/config/manifest.js|config/initializers/application_controller_renderer.rb',
967
\'cucumber': 'features/',
968
- \'webpack': 'app/javascript/packs',
+ \'webpack': 'app/javascript/packs/',
969
\'turnip': 'spec/acceptance/',
970
\'sass': 'public/stylesheets/sass/'}
971
if self.cache.needs('features')
0 commit comments