Sign up for new account via invitation #9

Merged
raucao merged 20 commits from feature/signup_from_invite into master 2020-12-04 12:30:28 +00:00
Showing only changes of commit 5b6d6bbd00 - Show all commits

View File

@@ -1,4 +1,6 @@
class ApplicationService
# This enables executing a service's `#call` method directly via
# `MyService.call(args)`, without creating a class instance it first.
def self.call(*args, &block)
new(*args, &block).call
galfert marked this conversation as resolved
Review

What does this do and what is it for?

What does this do and what is it for?
end