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 an `OrganizationPhoneNumber` join model #104

Closed postmodern closed 11 months ago

postmodern commented 11 months ago

Add a join model that associations a PhoneNumber with an Organization.

postmodern commented 11 months ago

Implemented in 2b3c254 and merged into the 0.2.0 branch.