ontohub/ontohub-models

View on GitHub
app/models/hets_api_key.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

# The Hets API key model
class HetsApiKey < ApiKey
  SALT = 'Hets API Key'
end