Send Salmon interactions
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
class SetupLocalAccountService
|
||||
class SetupLocalAccountService < BaseService
|
||||
# Setup an account for a new user instance by generating
|
||||
# an RSA key pair and a profile
|
||||
# @param [User] user Unsaved user instance
|
||||
# @param [String] username
|
||||
def call(user, username)
|
||||
user.build_account
|
||||
|
||||
|
Reference in New Issue
Block a user