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

Include `Model::Importable` into `Ronin::DB::Service` #40

Closed postmodern closed 1 year ago

postmodern commented 1 year ago

Since Ronin::DB::Service only contains a unique name, it should include Model::Importable and define .import and .lookup class methods similar to Ronin::DB::HostName.

postmodern commented 1 year ago

Implemented in e717b87.