Skip to content

Instantly share code, notes, and snippets.

View pdabrowski6's full-sized avatar
✍️
The hybrid of writer and developer

Paweł Dąbrowski pdabrowski6

✍️
The hybrid of writer and developer
View GitHub Profile
[
{
"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" }
]
}
]