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 `Person.for_country` #126

Closed postmodern closed 6 months ago

postmodern commented 6 months ago

Add a query helper method for querying all people associated with a StreetAddress's country.

postmodern commented 6 months ago

Implemented by 68f4aaa.