Add account creation service
This commit is contained in:
5
app/services/application_service.rb
Normal file
5
app/services/application_service.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class ApplicationService
|
||||
def self.call(*args, &block)
|
||||
new(*args, &block).call
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user