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 `PhoneNumber.for_person` #116

Closed postmodern closed 8 months ago

postmodern commented 8 months ago

Add a query method to PhoneNumber for querying all phone numbers associated with a person.

postmodern commented 8 months ago

Implemented by 461fea9.