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 `PhoneNumber` #110

Closed postmodern closed 9 months ago

postmodern commented 10 months ago

Add def self.with_* query helper methods to PhoneNumber for a ronin-db phone-numbers command to use (ronin-rb/ronin-db#58).

postmodern commented 9 months ago

Implemented in 09dafff.