Created
May 12, 2025 13:47
-
-
Save pdabrowski6/1919c5c5705fd138bdac8be400342c02 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"description": "Add custom service", | |
"files": [ | |
{ "path": "app/services/users/create.rb", "content": "class SomeService\n def call; end\nend" }, | |
{ "path": "app/value_objects/person.rb", "content": "class Person\n def first_name; end\nend" } | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment