Method: Phrase::BlacklistedKey#hash
- Defined in:
- lib/phrase/models/blacklisted_key.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
103 104 105 |
# File 'lib/phrase/models/blacklisted_key.rb', line 103 def hash [id, name, created_at, updated_at].hash end |