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 `services` `has_many` `through` associations to `Port` #45

Closed postmodern closed 1 year ago

postmodern commented 1 year ago

It should be possible to see all of the services which use that port.

postmodern commented 1 year ago

Implemented by 3a9a6b2.