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 `PersonalStreetAddress` join model #101

Closed postmodern closed 11 months ago

postmodern commented 11 months ago

Add a join model for connecting an Person to a StreetAddress. A Person can has_many :street_addresses, through: :personal_street_addresses.

postmodern commented 11 months ago

Implemented in 5fef4ed and merged into the 0.2.0 branch.