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_zipcode` #125

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

postmodern commented 6 months ago

Implemented by 46e9727.