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 an `Employee` model #76

Closed postmodern closed 11 months ago

postmodern commented 1 year ago

Add an Employee join model that inherits from Member. It must also contain job_title and/or job_role attributes. It must also have a belongs_to :email_address for the person's company email address.

postmodern commented 11 months ago

On second thought, let's just use OrganizationMember to represent employees.