notebook/app/models/page_groupers/lore_flora.rb
2020-04-24 02:16:05 -05:00

7 lines
133 B
Ruby

class LoreFlora < ApplicationRecord
belongs_to :lore
belongs_to :flora, optional: true
belongs_to :user, optional: true
end