Add a `DNSRecord` model for `DNSQuery`
Closed this issue · 1 comments
postmodern commented
Add a model for storing individual DNS records associated with a DNSQuery
model. Add a has_many :records
association to DNSQuery
.
postmodern commented
Implemented in 0cac412.