ronin-rb / ronin-db-activerecord

ActiveRecord backend for the Ronin Database
https://ronin-rb.dev
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Add a `DNSRecord` model for `DNSQuery` #112

Closed postmodern closed 10 months ago

postmodern commented 10 months ago

Add a model for storing individual DNS records associated with a DNSQuery model. Add a has_many :records association to DNSQuery.

postmodern commented 10 months ago

Implemented in 0cac412.