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 `ip_addresses` `has_many` `through` associations to `Port` #43

Closed postmodern closed 1 year ago

postmodern commented 1 year ago

It should be possible to access the IPAddresses through open_ports.

postmodern commented 1 year ago

Implemented by dee8b4a.