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_city` #123

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 city.

postmodern commented 6 months ago

Implemented in 99609c4.