ontohub/ontohub-models

View on GitHub
app/models/git_shell_api_key.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

# The GitShell API key model
class GitShellApiKey < ApiKey
  SALT = 'GitShell API Key'
end