Class: Symphonia::User

Inherits:
ApplicationRecord show all
Includes:
ModelAttributes, UserManagement
Defined in:
app/models/symphonia/user.rb

Defined Under Namespace

Classes: Anonymous

Instance Attribute Summary collapse

Method Summary

Methods inherited from ApplicationRecord

#to_s

Instance Attribute Details

#password_confirmation=(value) ⇒ Object (writeonly)

Sets the attribute password_confirmation

Parameters:

  • value

    the value to set the attribute password_confirmation to.



32
33
34
# File 'app/models/symphonia/user.rb', line 32

def password_confirmation=(value)
  @password_confirmation = value
end