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 `OrganizationStreetAddress` join model #100

Closed postmodern closed 11 months ago

postmodern commented 11 months ago

Add a join model for connecting an Organization to a StreetAddress. An Organization can has_many :street_addresses, through: :organization_street_addresses.

postmodern commented 11 months ago

Implemented in 0f33b06 and merged into the 0.2.0 branch.