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

Associate `Note` with `Organization` #105

Closed postmodern closed 11 months ago

postmodern commented 11 months ago

It should be possible to add notes to an Organization. Add a belongs_to :note, optional: true association to Note and has_many :notes to Organization.

postmodern commented 11 months ago

Edited 2589a2853eff3c321f6696363a53e82cfdcae184.