Sha256: 109fc96ab18509f6eb281f3928a4b886689b46bfc61d0c786d04f7b8aac309e9
Contents?: true
Size: 186 Bytes
Versions: 24
Compression:
Stored size: 186 Bytes
Contents
# frozen_string_literal: true module Mihari module Models # # Whois record model # class WhoisRecord < ActiveRecord::Base belongs_to :artifact end end end
Version data entries
24 entries across 24 versions & 1 rubygems