Class: Arcadex::Token

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
IdentityCache
Defined in:
app/models/arcadex/token.rb

Instance Method Summary collapse

Instance Method Details

#generate_hashObject



16
17
18
# File 'app/models/arcadex/token.rb', line 16

def generate_hash
	self.auth_token = ::Arcadex::Create.generate_auth_token
end