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 a `Company` model #66

Closed postmodern closed 11 months ago

postmodern commented 1 year ago

Add a Company model that inherits from Organization as a STI model.

postmodern commented 11 months ago

On second thought, let's not use STI and just push all code down into a generic Organization model.