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 `ports` `has_many` `through` associations to `Service` #46

Closed postmodern closed 1 year ago

postmodern commented 1 year ago

It should be possible to see all of the ports which use that service.

postmodern commented 1 year ago

Implemented by e06178d.