File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4520,17 +4520,17 @@ let s:default_projections = {
45204520 \ " type" : " helper"
45214521 \ },
45224522 \ " app/jobs/*_job.rb" : {
4523- \ " template" : " class {camelcase|capitalize|colons}Job < ActiveJob::Base\n end " ,
4523+ \ " template" : [ " class {camelcase|capitalize|colons}Job < ActiveJob::Base" , " end " ] ,
45244524 \ " type" : " job"
45254525 \ },
45264526 \ " app/mailers/*.rb" : {
45274527 \ " affinity" : " controller" ,
4528- \ " template" : " class {camelcase|capitalize|colons} < ActionMailer::Base\n end " ,
4528+ \ " template" : [ " class {camelcase|capitalize|colons} < ActionMailer::Base" , " end " ] ,
45294529 \ " type" : " mailer"
45304530 \ },
45314531 \ " app/models/*.rb" : {
45324532 \ " affinity" : " model" ,
4533- \ " template" : " class %S \n end " ,
4533+ \ " template" : [ " class {camelcase|capitalize|colons} " , " end " ] ,
45344534 \ " type" : " model"
45354535 \ },
45364536 \ " config/application.rb" : {" alternate" : " config/routes.rb" },
You can’t perform that action at this time.
0 commit comments