Sign up for new account via invitation #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/signup_from_invite"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Here's a screencap of it, if you don't want to run the code on your machine (needs local LDAP otherwise): https://storage.5apps.com/basti/public/shares/201203-1411-signup-from-invite-2020-12-03_15.07.23.mp4
closes #1
Sign up for account via invitationto Sign up for new account via invitationCode looks all good to me.
Looks like I can't delete the comment I made on the
ApplicationService
. Took me a while, but I think I understand it now.@ -0,0 +2,4 @@
def self.call(*args, &block)
new(*args, &block).call
end
end
What does this do and what is it for?
Good point. I added an explanatory comment to that class, so it's clear for the next person.