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 missing `.with_*` query helper methods to `StreetAddress` #109

Closed postmodern closed 10 months ago

postmodern commented 10 months ago

Add def self.with_* query helper methods to StreetAddress for a ronin-db street-addresses command to use (ronin-rb/ronin-db#57).

postmodern commented 10 months ago

Implemented.