Move some Rails app services to UserManager namespace
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-23 16:03:02 +02:00
parent 90a8a70c15
commit ba683a7b95
10 changed files with 90 additions and 84 deletions
+2
View File
@@ -0,0 +1,2 @@
class UserManagerService < ApplicationService
end