Sha256: 579575ad809d821a863cc3b492354cdb894cf48e2f2bf627c2c15ce9b3490bec
Contents?: true
Size: 222 Bytes
Versions: 19
Compression:
Stored size: 222 Bytes
Contents
class InsightsMissingHost < ApplicationRecord belongs_to :organization scoped_search on: [:name, :insights_id, :rhsm_id, :ip_address] validates :organization_id, presence: true validates :name, presence: true end
Version data entries
19 entries across 19 versions & 1 rubygems