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 `PersonalConnection` model #96

Closed postmodern closed 11 months ago

postmodern commented 1 year ago

Add a PersonalConnection model that joins two Person models together. This will allow listing connections between people.

postmodern commented 11 months ago

Implemented in 2f852b1 and merged into the 0.2.0 branch.