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 `PersonalEmailAddress` join model #103

Closed postmodern closed 11 months ago

postmodern commented 11 months ago

Add a PersonalEmailAddress join model which associates EmailAddresses with a Person.

postmodern commented 11 months ago

Implemented in 7aa67ee and merged into the 0.2.0 branch.