Class: User::SignUp

Inherits:
UserPlane::Command show all
Includes:
ActiveModel::Validations::Callbacks
Defined in:
app/models/user/sign_up.rb

Direct Known Subclasses

SignUpWithInvite

Instance Method Summary collapse

Methods inherited from UserPlane::Command

#perform, #perform!, #perform_validations

Instance Method Details

#accountObject



29
30
31
# File 'app/models/user/sign_up.rb', line 29

def 
  @account ||= 
end

#sign_up_with(sign_up_strategy) ⇒ Object



24
25
26
27
# File 'app/models/user/sign_up.rb', line 24

def  
  @identity = .build_identity(self) if identity.nil?
  self
end