Class: DoorMat::Activity

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/door_mat/activity.rb

Class Method Summary collapse

Class Method Details

.hash_token(token) ⇒ Object



9
10
11
# File 'app/models/door_mat/activity.rb', line 9

def self.hash_token(token)
  DoorMat::Crypto::FastHash.sha256(token)
end