Skip to content

Instantly share code, notes, and snippets.

@pdabrowski6
Created May 12, 2025 13:47
Show Gist options
  • Save pdabrowski6/1919c5c5705fd138bdac8be400342c02 to your computer and use it in GitHub Desktop.
Save pdabrowski6/1919c5c5705fd138bdac8be400342c02 to your computer and use it in GitHub Desktop.
[
{
"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