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 57607ee commit b575cdaCopy full SHA for b575cda
src/SDK/Language/Ruby.php
@@ -164,7 +164,7 @@ public function getFiles(): array
164
],
165
[
166
'scope' => 'service',
167
- 'destination' => '/lib/{{ spec.title | caseDash}}/services/{{service.name | caseDash}}.rb',
+ 'destination' => '/lib/{{ spec.title | caseDash}}/services/{{service.name | caseSnake}}.rb',
168
'template' => 'ruby/lib/container/services/service.rb.twig',
169
170
0 commit comments