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_organization` #118

Closed postmodern closed 8 months ago

postmodern commented 8 months ago

Add a PhoneNumber.for_organization query method that queries all phone numbers associated with an Organization's name.

postmodern commented 8 months ago

Implemented in f8900f7.