Method: TalonOne::NewPasswordEmail#hash
- Defined in:
- lib/talon_one/models/new_password_email.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
112 113 114 |
# File 'lib/talon_one/models/new_password_email.rb', line 112 def hash [email].hash end |