theforeman/foreman

View on GitHub
app/models/foreman_internal.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Used for storing non-user facing key-value data
# For example, the current hash of known database seed files
class ForemanInternal < ApplicationRecord
end