calling add user service

This commit is contained in:
Artur Gurgul1 2025-08-07 16:29:11 +02:00
parent 29a9b08573
commit 055744e7f7
4 changed files with 38 additions and 5 deletions

View file

@ -1,5 +1,8 @@
module User
def self.install(context)
puts "Creating #{context.type}: #{context.user_name}"
end
end
end